Skip to content

In this project I have basically Assign the task and I completed three task which is offer from Codesoft the TASK 01 is NUMBER GAME TASK 02 is Student grade calculator TASK 03 is ATM INTERFACE thanks To CodeSoft For Given me this Opportunity to Working with You!

Notifications You must be signed in to change notification settings

ujjwalshriv3/CodeSoft_Internship

Repository files navigation

#CodeSoft_Internship 🚀🚀 HERE THE BRIEF DETAILS OF TASK IS GIVEN BELOW 👇👇

          TASK_01_ ✔🚀 NUMBER_GAME
  1. Generate a random number within a specified range, such as 1 to 100.

  2. Prompt the user to enter their guess for the generated number.

  3. Compare the user's guess with the generated number and provide feedback on whether the guess is correct, too high, or too low.

  4. Repeat steps 2 and 3 until the user guesses the correct number. You can incorporate additional details as follows:

  5. Limit the number of attempts the user has to guess the number.

  6. Add the option for multiple rounds, allowing the user to play again.

  7. Display the user's score, which can be based on the number of attempts taken or rounds won.

  8.        TASK_02_✔🚀STUDENT_GRADE_CALCULATOR
    
  9. Input: Take marks obtained (out of 100) in each subject. Calculate Total Marks: Sum up the marks obtained in all subjects. Calculate Average Percentage: Divide the total marks by the total number of subjects to get the average percentage. Grade Calculation: Assign grades based on the average percentage achieved. Display Results: Show the total marks, average percentage, and the corresponding grade to the user.

           TASK_03_✔🚀 ATM_INTERFACE
    

1.Create a class to represent the ATM machine. 2. Design the user interface for the ATM, including options such as withdrawing, depositing, and checking the balance. 3. Implement methods for each option, such as withdraw(amount), deposit(amount), and checkBalance(). 4. Create a class to represent the user's bank account, which stores the account balance. 5. Connect the ATM class with the user's bank account class to access and modify the account balance. 6. Validate user input to ensure it is within acceptable limits (e.g., sufficient balance for withdrawals). 7. Display appropriate messages to the user based on their chosen options and the success or failure the their transection.

About

In this project I have basically Assign the task and I completed three task which is offer from Codesoft the TASK 01 is NUMBER GAME TASK 02 is Student grade calculator TASK 03 is ATM INTERFACE thanks To CodeSoft For Given me this Opportunity to Working with You!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages