• ARCHIVES 
  • » hi!!..please create a program for computing the grades of the students and at the same time they can search their names using the searching button or input... plese help me its our project... c langu

Pages: 1

hi!!..please create a program for computing the grades of the students and at the same time they can search their names using the searching button or input... plese help me its our project... c langu

khey88
» n00b
FTalk Level: zero
8
0
1969-12-31

hi!!..please create a program for computing the grades of the students and at the same time they can search their names using the searching button or input... plese help me its our project... c langu

hi!!..please create a program for computing the grades of the students and at the same time they can search their names using the searching button or input... plese help me its our project... c language or visual basic will do...

Last edited by khey88 (2010-04-13 03:39:48)

mystic rain
» FTalkWhiz
FTalk Level: zero
2963
0
1969-12-31

Re: hi!!..please create a program for computing the grades of the students and at the same time they can search their names using the searching button or input... plese help me its our project... c langu

I'll share mine also :P [quote]#include<stdio.h> int isPrime(int num) { int result=1; for(int i=2;i<num;i++) if(num%i==0){ result=0; break;} return result; } void main() { int yourNum; printf("Please enter a number:"); scanf("%d",&yourNum); if(!isPrime(yourNum)) printf("%d is not a prime no.\n\n",yourNum); else printf("%d is a prime no.",yourNum); }[/quote] I just shared one program that I have from our files before during our first year in college (: We almost have those kind of exercise, except about asking the password and trying to give a prompt message if it match the real one :D
  • ARCHIVES 
  • » hi!!..please create a program for computing the grades of the students and at the same time they can search their names using the searching button or input... plese help me its our project... c langu

Pages: 1

Board footer

© 2025 F Talk

Current time is 03:24

[ 10 queries - 0.006 second ]
Privacy Policy