Skip to content

HPlus Academy

  • Home
  • Programming
    • C Programming
    • C++ Programming
    • Java Programming
    • Python
  • Hackerrank Solutions
  • Company
    • About Us
    • DMCA
    • Privacy Policy
  • Contact Us

Java Programming

Factorial of a Number using Command Line Arguments in Java

March 29, 2022 by Vijay Londhe

Introduction In this post, I am going to write a program to find factorial of a number using command line arguments in java. Also Read: Print 1 to 50 using do-while loop in Java Command line arguments are the arguments that we pass to the main program at the time of execution. It is not … Read more

Categories Java Programming Leave a comment

Sum of Odd and Even Digits in a Number in Java

December 30, 2021 by Vijay Londhe

Introduction In this post, I am going to write a program to find the sum of odd and even digits in a number in java. But before writing this program, I will write two individual programs i.e. the sum of odd digits and sum of even digits in number in java. Also Read: Print 1 … Read more

Categories Java Programming Leave a comment

Java Program to Find Whether a Person is Eligible to Vote or Not

December 30, 2021October 8, 2021 by Vijay Londhe

Introduction In this post, I am going to write a java program to find whether a person is eligible to vote or not. In India, you must be 18 years old or more to vote in the elections. I am not aware of the other countries. Also Read: Sum of Odd and Even Digits in … Read more

Categories Java Programming Leave a comment

Print 1 to 50 using do while loop in Java

December 30, 2021December 23, 2020 by Vijay Londhe

Introduction In this article, I am going to print the numbers from 1 to 50 using a do-while loop in java. This is a very simple program. Before writing this program, you must know the use of the do-while loop. So, see the following syntax. Also Read: Perfect Number in C Programming using All Loops … Read more

Categories Java Programming Leave a comment

Search Here

Recent Posts

  • C Program to Find Total Words in a String
  • C Program to Sort a String | Sorting
  • C Program to Print Alphabet Position in Reverse Order
  • Weekday or Weekend Program In C
  • Extract Comments from C Program

Categories

  • C Programming (79)
  • C++ Programming (8)
  • Hackerrank Solutions (2)
  • Java Programming (4)
  • Python (1)
© 2022 HPlus Academy • Built with GeneratePress