Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~370 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for pyapplico
Member Avatar for Tales

i saw u r intro & i will try my best reguarding any doubt in c++ so plz keep me in mind thank u bye.

Member Avatar for vallala
0
80
Member Avatar for Osama Mehtab

hi christina i am new to this daniweb so plz help me out in getting solutions to my problems i think this is the best platform to gain immence knowledge i think u r sure in helping me thank u byeeeeeeeeee

Member Avatar for vallala
0
71
Member Avatar for B.Y

hi i am naresh from india i received u r welcome thank u . i am persuing my m.c.a at hyderabad my interests r learning new concepts in computers tahnk u bai

Member Avatar for christina>you
0
50
Member Avatar for vallala

<html> <head> <title>student details</title> <script language="JavaScript"> function sum() { window.document.form1.total.value=parseInt(s1.value)+ parseInt(s2.value)+ parseInt(s3.value)+ parseInt(s4.value)+ parseInt(s5.value); } function grd() { var s1,s2,s3,s4,s5,avg; s1=parseInt(window.document.form.s1.value); s2=parseInt(window.document.form.s2.value); s3=parseInt(window.document.form.s3.value); s4=parseInt(window.document.form.s4.value); s5=parseInt(window.document.form.s5.value); avg=(s1+s2+s3+s4+s5)/5; if((s1>=40)&&(s2>=40)&&(s3>=40)&&(s4>=40)&&(s5>=40)) { if(avg>=70) window.document.grade.value="distinction"; if(avg>=60) window.document.grade.value="a grade"; if(avg>=50) window.document.grade.value="b grade"; if(avg>=40) window.document.grade.value="c grade"; else window.document.form1.grade.value="fail"; alert("sorry u need to improve"); } alert("congratulations"); } function …

Member Avatar for vallala
0
96

The End.