https://github.com/lawateko/22012025_cpp
A simple C++ program for managing student and lecturer data. latihan sederhana
https://github.com/lawateko/22012025_cpp
cpp userinput
Last synced: about 1 year ago
JSON representation
A simple C++ program for managing student and lecturer data. latihan sederhana
- Host: GitHub
- URL: https://github.com/lawateko/22012025_cpp
- Owner: lawaTeko
- Created: 2025-01-22T12:03:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T15:34:57.000Z (about 1 year ago)
- Last Synced: 2025-03-23T20:44:55.445Z (about 1 year ago)
- Topics: cpp, userinput
- Language: C++
- Homepage:
- Size: 495 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple C++ program for managing student and lecturer data. Users can select a data type, input their name, ID, and major, and view the entered data in an organized format. The dataUser function separates the input and output logic based on the user type.