ngineergirl99 (1)
First of all hello everyone Im a first year Computer Engineer.Because of my English pres Exam I started university 3 weeks late and I missed a lot of things. This is my first homework and I really need help .Im thinking about using if statement
So my homework is to write a program that user will enter his/her student ID and program will show the year, faculty name, department name and student no. Assume that all students are registered after 2000. The number is 10 digit for example if your student I’d is 1801023100 output will be Year:2018 Faculty:Faculty of Engineering Department:Computer Engineering Student no :3100 There are 8 faculties and a lot of departments How can I write this program please help I have 5 days left
Don't double post. It doesn't help us, and it won't help you. For future posting, please stick to the thread linked here: http://www.cplusplus.com/forum/beginner/244259/
(I also suggest removing the caps from your title in that thread).
Do you have a book to read that teaches you the C++ language?
There are also tutorials readily available online, including the one on this site. http://www.cplusplus.com/doc/tutorial/
user will enter his/her student ID and program will show the year, ...