Khushboo Jagwani
@Khush123
3 published packets
Joined Mar 2021
Published Projects
Age calculator in Java using Period class
Age calculator estimates the age of a person from the Date of birth using LocalDate objects, period class, and between() method.
Mar 12, 2021
Convert numeral value to Roman string using Java
This code is used to convert the highest possible number into Roman string in Java i.e 1000=M, 500=D, 100=C, 50=L,10=X, 5=V, 1=I
Mar 10, 2021
Anagram detection using Java
Java program to compare if 2 strings are anagram using sort() and equal() method. Two resembling strings are said to be anagram otherwise not .
Mar 09, 2021