Skip to content

This repository includes three Java projects: a Number Guessing Game, a Student Grade Calculator, and an ATM Interface. Each project demonstrates different aspects of Java programming, such as user input handling, logic implementation, and object-oriented design.

Notifications You must be signed in to change notification settings

Krissvyas999/CODSOFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CODSOFT INTERNSHIP(JAVA DEVELOPMENT)

Codsoft Internship Projects This repository contains the projects I completed during my Java development internship with Codsoft. The projects are as follows:

  1. Number Game
  2. Student Grade Calculator
  3. ATM Interface

Project Descriptions:

  1. Number Game: The Number Game is an interactive game where the user tries to guess a randomly generated number within a specified range. The game provides feedback on whether the guessed number is correct, too high, or too low, and it keeps track of the number of attempts made. The game includes multiple rounds and displays the user's score.

  2. Student Grade Calculator: The Student Grade Calculator is a tool designed to calculate students' grades based on their scores in various subjects. The program takes input for scores and outputs the corresponding grade.

  3. ATM Interface: The ATM Interface is a simulation of an Automated Teller Machine (ATM). It allows users to perform basic banking operations such as checking account balance, depositing money, and withdrawing money.

About

This repository includes three Java projects: a Number Guessing Game, a Student Grade Calculator, and an ATM Interface. Each project demonstrates different aspects of Java programming, such as user input handling, logic implementation, and object-oriented design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages