Ginna Srilekha
@ginnasrilekha
4 published packets
Joined Jan 2021
Published Projects
Program to find entered character is capital, small, digit or special symbol in Java
We will write a program to determine entered character is a capital letter, small case letter, digit, or special symbol.
Jan 30, 2021
If a 4 digit number is as input (Ex: 1234). Print the output as (2345) in Java
If 4 digit number is given as input, we should add 1 to each of its digits and display the output. For Example: 1234. We should print the 2345 as output. So Let's Start.
Jan 30, 2021
Student Management System using Java Swings and Database Management System
This project Student Management System is written in java language and mysql. It is purely based on student operations like knowing their results, personal information, College fees etc,
Jan 25, 2021
How to add first digit and last digit of three digit number using Java
Basically we will be learning how to add first digit and last digit of three digit number using java.
Jan 23, 2021