File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Java Tutorial: Chapter 1- Practice Set | Java Practice Problems With Solution
2
+
3
+ ### Chapter 1 – Practice Set
4
+
5
+ 1 . Write a program to sum three numbers in Java.
6
+ 2 . Write a program to calculate CGPA using marks of three subjects (out of 100)
7
+ 3 . Write a Java program that asks the user to enter his/her name and greets them with “Hello <name >, have a good day” text.
8
+ 4 . Write a Java program to convert Kilometers to miles.
9
+ 5 . Write a Java program to detect whether a number entered by the user is an integer or not.
10
+
11
+ ### Handwritten Notes: [ Click To Download] ( https://api.codewithharry.com/media/videoSeriesFiles/courseFiles/java-tutorials-for-beginners-7/JavaChapter1PracticeSet.pdf )
12
+
13
+ ### Ultimate Java Cheatsheet: [ Click To Download] ( https://api.codewithharry.com/media/videoSeriesFiles/courseFiles/java-tutorials-for-beginners-7/UltimateJavaCheatSheet.pdf )
You can’t perform that action at this time.
0 commit comments