Lab 1 Solved

12.00 $

Category:
Click Category Button to View Your Next Assignment | Homework

You'll get a download link with a: zip solution files instantly, after Payment

Securely Powered by: Secure Checkout

Description

5/5 - (2 votes)

Lab 1

1 Assignment
For 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 Credit
If 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!”

  • Lab1.zip