The task is given based on the youtube video which students can go through.
- Task 1 - Java Setup
- Task 2 - Variables
- Follow the video for java and netbeans setup
- Java Setup Video
- Follow the video to understand basics of variable. Video
- Modify the code to: use variable and print sum of two marks of a student. maths is 60 marks english is 70 marks you can print his name together too.
- Based on task 2, calculate average marks
- Average = sum/number of items
- print average value
- Create a new project called UserInput
- Watch this video and try it out.Tutorial on User Input 1
- Watch this video and try it out.Storing input in a variable Video
- Modify the code to get user's name and print the user name.