Search found 1 match
- Wed Mar 24, 2004 2:58 pm
- Forum: Computer Assisted Language Learning
- Topic: C program
- Replies: 1
- Views: 2117
C program
Hi I am writing a very basic payroll prgram in C. So far it works perfectly to allow me to input the employees' id, grade, and hours worked, these all being either int or float. However I cannot manage to input the string for the employee's name. If you think you can help me I can be more specific a...