im doing some eclipse HW and this is my code so far...
public class ComputerScienceExam
{
public static void main(String[] args)
{
System.out.println("Computer Science Exam\n");
System.out.println("1. What is the base two number 100010 in bass ten? \n\t(A) 34\n\t( 115\n\t© 20\n\t(D) 8\n");
System.out.println("2. in the correct order, what are the 4 parts of the Machine Cycle? \n\t(A) store, fetch, decode, execute\n\t( fetch, decode, store, execute\n\t© execute, decode, store, fetch\n\t(D) fetch, decode, execute, store\n");
System.out.println("3. What is the Maximum rate of bits transfered, between 2 computers, available in a particular setting? \n\t(A) Bandwidth \n\t( Broadband \n\t© Pipelining \n\t(D) Handshaking\n");
System.out.println("4. What is a LAN? \n\t(A) Launch a Network \n\t( Local Area Network \n\t© Land a New Job \n\t(D) Learn about Networking\n");
System.out.println("5. What is the slowest part of the machine's hardware? \n\t(A) CPU \n\t( System Bus \n\t© Hard Drive \n\t(D) RAM");
}//questions
}// end main
is there something that i could put in the middle of a like to continue it but on the next line... if that makes sense.. lol I just dont like the way it looks. any help...
its due tomorrow so i kinda need help asap.
edit: it compressed it. each line on Eclipse starts with the System.out.println...
also there are no real smily faces in my code.... lol