PDA

View Full Version : Could you please tell me the source program in Turbo C of these 2 problems?


Allyanna
10-10-2007, 07:37 PM
Before I start I'd like to say that if ever the given is not specified please feel free to just substitute it with anything as long as I could determine which source program you made. An example of a source program in Turbo C is:
# include <stdio.h>
main ()
{ ..................
getch ();
}

there's a sample... it ends with a "getch (); }

Here are the problems whose source program I need:
1. Print the last name of the qualified applicant (at least a final average of 85 in academics and conduct) for a course in Medicine otherwise, print the first name of the non-qualified.

2. Write a program that will print the name of the student who got a perfect score of 100 in the periodic test.

Jon
10-10-2007, 07:40 PM
visit this website:

http://www.interviewghost.com

thanks