[SOLVED] Lab 1

12.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (1 vote)

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!”

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.