Shounak palthecodingcoder.hashnode.dev·Jun 27, 2023Java Programming : Hollow Rectangle star PatternExample Input 5 Output ***** * * * * * * ***** Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use of for loop, use of nested for loop, an...#A2ZJava
Shounak palthecodingcoder.hashnode.dev·Jun 27, 2023Java Programming : Rectangle star patternExample Input 5 Output * * * * * * * * * * * * * * * * * * * * * * * * * Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use of for loop, use of...#A2ZJava
Shounak palthecodingcoder.hashnode.dev·Jun 27, 2023Java Programming : Factorial of a numberExample Input 5 Output 120 Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use of for loop, and Use of Data types Steps Take range as input from t...#A2ZJava
Shounak palthecodingcoder.hashnode.dev·Jun 27, 2023Java Programming : Multiplication of a numberExample Input 5 Output 5 10 15 20 25 Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use of for loop, and Use of Data types Steps This program deter...Java
Shounak palthecodingcoder.hashnode.dev·Jun 25, 2023Java programming : week dayExample Input 1 Output Monday Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use of if else, and Use of Data types Steps This program determines wh...#A2ZJava
Shounak palthecodingcoder.hashnode.dev·Jun 25, 2023Java Programming : check whether the triangle is valid in terms of anglesExample Input 30 60 90 Output Triangle is valid Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use of if else, and Use of Data types Steps This pro...#A2ZJava
Shounak palthecodingcoder.hashnode.dev·Jun 25, 2023Check whether triangle is valid in terms of sidesExample Input 5 8 5 Output Issoceles Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use of if else, and Use of Data types Steps This program deter...#A2ZJava
Shounak palthecodingcoder.hashnode.dev·Jun 25, 2023Java Programming : Last digitExample Input 25 Output 5 Required to Know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of functions like System.out.print(), and Use of Data types. Steps Take a digit as input from the user. Use the mo...#A2ZJava
Shounak palthecodingcoder.hashnode.dev·Jun 25, 2023Java Programming : Sum of even numbersExample Input 5 Output 6 Required to know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use for loop, and Use of Data types Steps This program calculates the sum o...#A2ZJava
Shounak palthecodingcoder.hashnode.dev·Jun 25, 2023Java Programming : Sum of odd numbersExample Input 5 Output 9 Required to know Use of Variables, Use of different operators like assignment or arithmetic operators, Use of methods like System. out. print(), and use for loop, and Use of Data types Steps The program asks the user for a ...Java