Lab 1
1 AssignmentFor this assignment you will install Java on your machine and ensure it is working by writing a basic program in eclipse or netbeans.Create a new java file called FirstAssignment.java.Your program must print out a short ( 3 sentences) biography about a famous computer scientist who is not Turing, Gates, or Jobs.1 Print out each sentence on a separate line.For reference, here is the hello world program below.public class Hello {public static void main ( String [] args ) {System .out . println (Hello , World !);}}2 Extra CreditIf you can successfully complete this task, have your program then ask the user if they had heard of this person before and read in their input, then reply I hope you learned something today!
Reviews
There are no reviews yet.