IP CLASS 12 PRACTICAL FILE NETBEANSFull description
cs pr file
Physics Activity FileFull description
a collection of all the practicals required for c++
Full description
Enjoy man! ;)
Class 12 cbse c++ file
CBSE PRACTICLE FILE CLASS 12. including 2 sql program . and 18 c++ program. the programing is done on the software turbo c++ and my sql. you can download my sql from www.oracle.com. just chang...
physics class 12 cbse practical reading. i'll provide readings of experiments which was done by me in school. it contains observations, calculations, table and conclusion. i have also prov…Full description
class 12 chemistry practical file completedFull description
Full description
Computer Practical File Object Oriented Programming with C++
Full description
class 12 chemistry practical file completedFull description
Dip Practical FileFull description
FCPIT Practical File
visual basic fileFull description
Full description
Full description
It is a file which includes all programs of matlab which are basis of matlab.I made it during my matlab course in B.tech.
Descripción: Solutions to dynamics
Practical File of Computer Graphics for B.Tech Computer Science Students.Full description
COMPUTER SCIENCE PRACTICAL FILE CLASS CL ASS 11 & 12 12 Karan Raghuvanshi Class XII-A Roll no: 9181688
CLASS 11
2
CLASS 11
2
INDEX Q1. Program to print “WELCOME IN C++”. Q2. Program to fnd fnd sm sm o! t"o nm#$rs. nm#$rs. Q%. Program to fnd s&ar$ o! a nm#$r. Q'. Program to ()$(* ")$t)$r a nm#$r is gr$at$r t)an or $ss t)an ot)$r nm#$r. Q,. Program to (a(at$ p$r($ntag$ mar*s !or t)r$$ s#-$(ts. Q. Program t)at r$ads t$mp$ratr$ in C$sis and dispa/s it in 0a)r$n)$it. Q. Program t)at r$ads radis o! a (ir($ and prints its ar$a. Q. Program t)at $nt$r 3a$ o! 4 !rom s$r and prints 5 6 24 and 7 6 24 81. Q9. Program to (on3$rt a gi3$n nm#$r o! da/s into /$ars: "$$*s and da/s. Q1;. Program !or s"apping o! t"o nm#$rs sing t)ird nm#$r. nm#$r. Q11. Program !or s"apping o! t"o nm#$rs "it)ot sing t)ird 3aria#$.
3
Q12. Program to inpt t)r$$ nm#$rs and print t)$ arg$st o! t)r$$. Q1%. Program to ()$(* ")$t)$r t)$ $nt$r$d nm#$r is odd or $3$n. Q1'. Program to fnd Simp$ Int$r$st and Compond Int$r$st. Q1,. Program to fnd ar$a o! a triang$. Q1. Program t)at s$$ds t)$ nam$ o! s$r and nm#$r o! nit and dispa/s dispa/s t)$ $$(tri(it/ ()arg$ "it) nam$. <)$ $$(tri(it/ #oard ()arg$s a((ording to !oo"ing data= For frst 100 units = 0!"unit For n#$t 200 units = %0!"unit #'on( 300 units = )0!"unit A t)$ s$rs ar$ ()arg$d motor ()arg$ aso ")i() is >s ,;. Q1. Program to $nt$r mar*s in f3$ s#-$(ts and (a(at$ p$r($ntag$. ?ispa/ ?ispa/ grad$ a((ording to !oo"ing sp$(if(ations. sp$(if(ations.
Q1. Program t)at a(($pts a ()ara(t$r #$t"$$n A and and prints n$4t ' ()ara(t$rs. Q19. Program to inpt a std$nt t/p$ BAD or DF: and !or AD initiaiG$ t)$ (oag$ a((ont "it) >s 2;; ot)$r"is$ initiaiG$ t)$ )ost$ a((ont "it) >s 2;;. Q2;. Program t)at print ar$a !or ()oi($ 1 and p$rim$t$r !or ()oi($ 2 o! a (ir($ Q21. Program to fnd 3a$ o! P i! P6 B" + 4FH B/8GF. <)$ 3a$ o! ": 4: /: G is $nt$r$d #/ s$r. Q22. Program ")i() rais$ an/ nm#$r 4 to a positi3$ po"$r n. Q2%. Program to (a(at$ (ommission !or t)$ sa$sm$n t)$ (ommission is (a(at$d a((ording to !oo"ing rat$s. Sa$s 30001 on-r(s 22000 30000 12001 22000 %001 12000 0 %000
Commission rat$ 1% 10 / 3 0
Q2'. Program to print ")$t)$r t)$ $nt$r$d ()ara(t$r is an pp$r(as$ or a o"$r(as$ ()ara(t$r or a digit or an/ ot)$r ()ara(t$r. <)$ ASCII (od$s ar$ gi3$n #$o". C)ara(t$rs
ASCII >ang$ %
04 +4 A4 54 -4 64
. %/ )% +0 +/ 7 122
2,. Program to print ta#$ o! an/ nm#$r.
C88 PRO9RAMS Q1. Program to print “WELCOME IN C++”. #include void main() { cout <<"Welcome in C++ Programming"; }
Q%. Program to fnd s&ar$ o! a nm#$r. #include void main() { int num!s,uare; cout<<"nter num%er& "; cin>>num; s,uare'num-num; cout<<",uare o num%er is& "<
nter num%er& * ,uare o num%er is& *
.
Q'. Program to ()$(* ")$t)$r a nm#$r is gr$at$r t)an or $ss t)an ot)$r nm#$r. #include #include void main() { clrscr(); int num!num; cout<<"nter value or num & ; cin>>num; cout<<"nter value or num & "; cin>>num; i(num>num) cout<<"$um is greater than num "; else cout<<"$um is smaller than num "; }
nter value or num & * nter value or num & / $um is smaller than num
Q. Program t)at r$ads t$mp$ratr$ in C$sis and dispa/s it in 0a)r$n)$it. #include void main() { int Celsius! ?ahrenheit; cout<<"nter tem@erature in degree C4C5A& cin>>Celsius; ?ahrenheit'-Celsius:*+; cout<<"8em@erature in degree ?76B$658& }
";
"<
nter tem@erature in degree C4C5A& / 8em@erature in degree ?76B$658& /
11
Q. Program t)at r$ads radis o! a (ir($ and prints its ar$a. #include void main() { loat radius!area; cout<<"nter Badius o circle& "; cin>>radius; area'radius-.-radius; cout<<"7rea o Circle&"<
nter Badius o circle& 7rea o Circle& *.
12
Q. Program t)at $nt$r 3a$ o! 4 !rom s$r and prints 5 6 24 and 7 6 24 81. #include #include void main() { clrscr(); int !D!E; cout<<"nter & "; cin>>; D'-; E'-F; cout<<" G ' "<
nter & * G ' / I'
Q9. Program to (on3$rt a gi3$n nm#$r o! da/s into /$ars: "$$*s and da/s. 13
int a'/!%'/!c; clrscr(); cout<<"Hnnter value or 7 "; cin>>a; Jhile(a>/) :: or(;a>/;) or or(i'a;i>/;i'i:/) { c'aK/; %'%+c; a'a:/; } cout<<"Hnum o digits "<<%; getch(); }
Q1.. Ent$r ro"s and (omns and t)$ otpt "i #$ t)$ sm o! t)$ diagonas. #include #include main() { int aQ/RQ/R!i!2!r!c; clrscr();
cout<<"Hnnter no o roJs "; cin>>r; cout<<"Hnnter no o Col "; cin>>c; or(i'/;i>aQiRQ2R; } int sum'/!sum'/; or(i'/;i/) :: cout</) cout</) cout</) :: cout<
sum'sum+aQiRQ2R; } }
cout<<"HnHn?irst diagonal sum "<
Q1.. Ent$r it$m no.: pri($ and &antit/ in a (ass. #include #include class dd { char itemQ/R; int @r!,tD; @u%lic& )