debug?
I want it to print out 99, not 100.
How do i do that?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
public class TextLab01v100
{
public static void main(String args[])
{
System.out.println("Text Lab 01, 80 Point Version");
System.out.println();
System.out.println();
System.out.print("Measure todays's knowledge ");
System.out.println("by yesterday's confusion.");
System.out.println();
System.out.println("Bewilderment + Exposure = Obvious");
System.out.println();
System.out.println("# ##### ##### ##### ##### # # # ##### #####");
System.out.println("# # # # # # # # # # ## # # # ");
System.out.println("# # # # # ##### # # # # # # # #####");
System.out.println("# # # # # # # # # # ## # #");
System.out.println("# ##### ##### # ##### # # # # #####");
}
}
|
try posting in a c# forum :)
I am having this same problem. What do you mean mutexe??
Well forgive me if i am wrong but that looks like a C# program to me.
Actually it's java. That's why i am here at the C++ website. I am learning more about java.
@Simpletek
Jst change the 100 to a 99.
1 2 3 4 5
|
System.out.println("##### ##### ##### ##### # # # ##### #####");
System.out.println("# # # # # # # # # ## # # # ");
System.out.println("##### ##### ##### # # # # # # # #####");
System.out.println(" # # # # # # # ## # #");
System.out.println("##### ##### # ##### # # # # #####");
|
I tried it. It didnt work still says 100 not 99... Maybe it is a bug?
Actually it's java. That's why i am here at the C++ website |
wtf?
my point is it isn't c++.
my point is it isn't c++. |
What are you talking about?
this is a c++ forum right?
or i have been sniffing too much glue today?
Topic archived. No new replies allowed.