Skip to content

Commit 8755712

Browse files
Chapter 1 Practice Set Solution
1 parent 1539954 commit 8755712

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

7.Chapter_1_practice_set/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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)

0 commit comments

Comments
 (0)