The current output looks like this:
Day Daily Sales Graph
2 37944
*3 36443
*4 23057
*5 23057
*6 12651
*7 23057
Type: Posts; User: ThatBeast
The current output looks like this:
Day Daily Sales Graph
2 37944
*3 36443
*4 23057
*5 23057
*6 12651
*7 23057
Hi There,
I have a question that I can't seem to solve on my own.
I'm supposed to create a graph using asterisks' that follows the month of October for a store. The point is that using random...
Is there a more efficient way of programming this:
if( c == 1 )
{
Points = 10;
}
else if( c == 2 )
{
...
With my level of understanding of Java I don't think I can continue the code.. But I desperately need it...
Hi There,
I have an assignment due and I really need help. The assignment description is:
To check the validity of the code you need to analyze each digit in the code including the check digit....