SlideShare une entreprise Scribd logo
1  sur  51
Introduction ttoo PPrrooggrraammmmiinngg 
LLeeccttuurree 3366
#iinncclluuddee <<iioossttrreeaamm..hh>> 
##iinncclluuddee <<ffssttrreeaamm..hh>>
iioommaanniipp..hh
 cciinn..eeooff (( )) ;; 
 cciinn..ffaaiill (( )) ;; 
 cciinn..bbaadd (( )) ;; 
 cciinn..ggoooodd (( )) ;; 
 cciinn..ccllrreeaarr (( )) ;;
MMaanniippuullaattoorrss
SSttrreeaamm 
MMaanniippuullaattoorrss
float PPII == 33..11441155992266 ;;
eennddll
ccoouutt <<<< eennddll ;;
ccoouutt <<<< fflluusshh ;;
MMaanniippuullaattoorr 
WWiitthh AArrgguummeennttss
IInnlliinnee 
MMaanniippuullaattoorr
ccoouutt..fflluusshh (( )) ;;
NNuummbbeerr SSyysstteemm 
 BBiinnaarryy 
 DDeecciimmaall 
 OOccttaall 
 HHeexxaaddeecciimmaall
EExxaammppllee 
iinntt ii == 1100 ;; 
ccoouutt <<<< ii ;;
1 100
EExxaammppllee 
##iinncclluuddee <<iioossttrreeaamm..hh>> 
##iinncclluuddee <<iioommaanniipp..hh>> 
mmaaiinn (( )) 
{{ 
iinntt ii == 1100 ;; OOuuttppuutt 
ccoouutt <<<< oocctt <<<< ii <<<< eennddll ;; 1122 
ccoouutt <<<< hheexx <<<< ii<<<< eennddll ;; AA 
ccoouutt <<<< ddeecc <<<< ii <<<< eennddll ;; 1100 
}}
WWhhiittee 
SSppaaccee
WWSS 
MMaanniippuullaattoorr
sseettww
##iinncclluuddee <<iioossttrreeaamm..hh>> 
##iinncclluuddee <<iioommaanniipp..hh>> 
mmaaiinn (( )) 
{{ 
iinntt ii == 55 ;; 
ccoouutt <<<< ““TThhee vvaalluuee ooff ii iiss == ”” ;; 
ccoouutt <<<< sseettww (( 44 )) <<<< ii <<<< eennddll ;; 
}} 
EExxaammppllee
sseettffiillll
cout << sseettffiillll (( ‘‘**’’ )) ;; 
A Character
EExxaammppllee 
##iinncclluuddee<<iioossttrreeaamm..hh>> 
##iinncclluuddee<<iioommaanniipp..hh>> 
MMaaiinn (( )) 
{{ 
iinntt ii == 44000000 ;; 
ccoouutt <<<< sseettffiillll (( ‘‘**’’ )) <<<< sseettww (( 1100 )) <<<< ii <<<< eennddll ;; 
}}
SSeett PPrreecciissiioonn 
MMaanniippuullaattoorr
EExxaammppllee 
##iinncclluuddee<<iioossttrreeaamm..hh>> 
##iinncclluuddee<<iioommaanniipp..hh>> 
mmaaiinn (( )) 
{{ 
ffllooaatt nnuummbbeerr == 66..6677007766663322 ;; 
ccoouutt <<<< sseettpprreecciissiioonn (( 22 )) <<<< nnuummbbeerr <<<< eennddll ;; 
}}
##ddeeffiinnee PPII 33..11441155992266 
mmaaiinn (( )) 
{{ 
ccoouutt <<<< PPII <<<< eennddll ;; 
ccoouutt <<<< sseettpprreecciissiioonn (( 22 )) <<<< PPII <<<< eennddll ;; 
}} 
EExxaammppllee
sseettbbaassee
##iinncclluuddee <<iioossttrreeaamm..hh>> 
##iinncclluuddee <<iioommaanniipp..hh>> 
mmaaiinn (( )) 
{{ 
iinntt xx == 1100 ;; 
ccoouutt <<<< sseettbbaassee (( 88 )) <<<< xx <<<<eennddll ;; 
ccoouutt <<<< sseettbbaassee (( 1166 )) <<<< xx <<<<eennddll ;; 
ccoouutt <<<< sseettbbaassee (( 1100 )) <<<< xx <<<<eennddll ;; 
ccoouutt <<<< sseettbbaassee (( 00 )) <<<< xx <<<<eennddll ;; 
}} 
EExxaammppllee 
Same as setbase (10)
Input OOuuttppuutt ssttaattee ffllaaggss 
IIOOSS FFllaaggss
wwiiddtthh (( )) ;;
cciinn..wwiiddtthh (( 77 )) ;; 
ccoouutt..wwiiddtthh (( 1100 )) ;;
cout.pprreecciissiioonn (( 22 ))
##iinncclluuddee <<iioossttrreeaamm..hh>> 
##iinncclluuddee <<iioommaanniipp..hh>> 
mmaaiinn (( )) 
{{ 
iinntt ii == 1100 ,, jj == 2200 ;; 
ccoouutt <<<< sseettww (( 77 )) <<<< ii <<<<eennddll ;; 
ccoouutt <<<< jj ;; 
}} 
EExxaammppllee
Formatting Manipulation 
 iiooss :::: aaddjjuussttffiieelldd 
 iiooss :::: lleefftt 
 iiooss :::: rriigghhtt 
 iiooss :::: lleefftt || iiooss :::: rriigghhtt ,, iiooss :::: aaddjjuussttffiieelldd
cout.setf ( ios :::: lleefftt ,, iiooss :::: 
aaddjjuussttffiieelldd )) ;; 
SSeett FFllaagg
cout.ffiillll (( ‘‘**’’ )) ;;
cout.ffiillll (( ''00'' )) ;;
Formatting MMaanniippuullaattiioonn 
ccoouutt..ffiillll (( ''00'' )) ;; 
ccoouutt <<<< sseettww (( 1100 )) <<<< nnuummbbeerr <<<< eennddll ;;
cout.setf (( iiooss :::: hheexx )) ;;
77ffff 
0111 1111 1111
sshhoowwbbaassee
sshhoowwbbaassee 
ccoouutt..sseettff (( iiooss :::: sshhoowwbbaassee )) ;;
sshhoowwbbaassee 
cout.sseettff (( iiooss :::: sshhoowwbbaassee )) ;; 
ccoouutt..sseettff (( iiooss::::ddeecc ,, iiooss :::: bbaasseeffiieelldd )) ;; 
ccoouutt <<<< xx <<<< ''nn'' ;; //// OOuuttppuuttss 7777 
ccoouutt..sseettff (( iiooss :::: oocctt ,, iiooss :::: bbaasseeffiieelldd )) ;; 
ccoouutt <<<< xx <<<< ''nn'' ;; //// OOuuttppuuttss 007777 
ccoouutt..sseettff (( iiooss :::: hheexx ,, iiooss :::: bbaasseeffiieelldd )) ;; 
ccoouutt <<<< xx <<<< ''nn'' ;; //// OOuuttppuuttss 00xx7777
iiooss :::: 
sscciieennttiiffiicc
cout.setf ( ios :::: sscciieennttiiffiicc )) ;;
Scientific NNoottaattiioonn 
++//-- 
11..22333344ee++0099
FFiixxeedd PPooiinntt 
NNoottaattiioonn
iiooss :::: ffiixxeedd
iiooss :::: 
uuppppeerrccaassee
What wwee lleeaarrnntt ssoo ffaarr.... 
 IInnppuutt OOuuttppuutt SSttrreeaamm 
 AAnndd tthheeiirr 
MMaanniippuullaattiioonnss iinn CC++++

Contenu connexe

Tendances

CS201- Introduction to Programming- Lecture 07
CS201- Introduction to Programming- Lecture 07CS201- Introduction to Programming- Lecture 07
CS201- Introduction to Programming- Lecture 07Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 03
CS201- Introduction to Programming- Lecture 03CS201- Introduction to Programming- Lecture 03
CS201- Introduction to Programming- Lecture 03Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 18
CS201- Introduction to Programming- Lecture 18CS201- Introduction to Programming- Lecture 18
CS201- Introduction to Programming- Lecture 18Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 16
CS201- Introduction to Programming- Lecture 16CS201- Introduction to Programming- Lecture 16
CS201- Introduction to Programming- Lecture 16Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 33
CS201- Introduction to Programming- Lecture 33CS201- Introduction to Programming- Lecture 33
CS201- Introduction to Programming- Lecture 33Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 30
CS201- Introduction to Programming- Lecture 30CS201- Introduction to Programming- Lecture 30
CS201- Introduction to Programming- Lecture 30Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 12
CS201- Introduction to Programming- Lecture 12CS201- Introduction to Programming- Lecture 12
CS201- Introduction to Programming- Lecture 12Bilal Ahmed
 
Perangkat Keras Hardware
Perangkat Keras HardwarePerangkat Keras Hardware
Perangkat Keras HardwareJohan19931106
 
pengenalan perangkat keras komputer
pengenalan perangkat keras komputerpengenalan perangkat keras komputer
pengenalan perangkat keras komputerzee120196
 
CS201- Introduction to Programming- Lecture 11
CS201- Introduction to Programming- Lecture 11CS201- Introduction to Programming- Lecture 11
CS201- Introduction to Programming- Lecture 11Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 44
CS201- Introduction to Programming- Lecture 44CS201- Introduction to Programming- Lecture 44
CS201- Introduction to Programming- Lecture 44Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 19
CS201- Introduction to Programming- Lecture 19CS201- Introduction to Programming- Lecture 19
CS201- Introduction to Programming- Lecture 19Bilal Ahmed
 
Design of the South Doña Ana Dam
Design of the South Doña Ana DamDesign of the South Doña Ana Dam
Design of the South Doña Ana DamDesh Sonyok
 
Ethernet Passive Optical Network
Ethernet Passive Optical NetworkEthernet Passive Optical Network
Ethernet Passive Optical NetworkVishal Katara
 
CS201- Introduction to Programming- Lecture 24
CS201- Introduction to Programming- Lecture 24CS201- Introduction to Programming- Lecture 24
CS201- Introduction to Programming- Lecture 24Bilal Ahmed
 
Ethernet Over CoAxial(EOC)
Ethernet Over CoAxial(EOC)Ethernet Over CoAxial(EOC)
Ethernet Over CoAxial(EOC)Vishal Katara
 
CS201- Introduction to Programming- Lecture 26
CS201- Introduction to Programming- Lecture 26CS201- Introduction to Programming- Lecture 26
CS201- Introduction to Programming- Lecture 26Bilal Ahmed
 

Tendances (19)

CS201- Introduction to Programming- Lecture 07
CS201- Introduction to Programming- Lecture 07CS201- Introduction to Programming- Lecture 07
CS201- Introduction to Programming- Lecture 07
 
CS201- Introduction to Programming- Lecture 03
CS201- Introduction to Programming- Lecture 03CS201- Introduction to Programming- Lecture 03
CS201- Introduction to Programming- Lecture 03
 
CS201- Introduction to Programming- Lecture 18
CS201- Introduction to Programming- Lecture 18CS201- Introduction to Programming- Lecture 18
CS201- Introduction to Programming- Lecture 18
 
CS201- Introduction to Programming- Lecture 16
CS201- Introduction to Programming- Lecture 16CS201- Introduction to Programming- Lecture 16
CS201- Introduction to Programming- Lecture 16
 
CS201- Introduction to Programming- Lecture 33
CS201- Introduction to Programming- Lecture 33CS201- Introduction to Programming- Lecture 33
CS201- Introduction to Programming- Lecture 33
 
CS201- Introduction to Programming- Lecture 30
CS201- Introduction to Programming- Lecture 30CS201- Introduction to Programming- Lecture 30
CS201- Introduction to Programming- Lecture 30
 
CS201- Introduction to Programming- Lecture 12
CS201- Introduction to Programming- Lecture 12CS201- Introduction to Programming- Lecture 12
CS201- Introduction to Programming- Lecture 12
 
Perangkat keras komputer
Perangkat keras komputerPerangkat keras komputer
Perangkat keras komputer
 
Perangkat Keras Hardware
Perangkat Keras HardwarePerangkat Keras Hardware
Perangkat Keras Hardware
 
pengenalan perangkat keras komputer
pengenalan perangkat keras komputerpengenalan perangkat keras komputer
pengenalan perangkat keras komputer
 
Hardware
HardwareHardware
Hardware
 
CS201- Introduction to Programming- Lecture 11
CS201- Introduction to Programming- Lecture 11CS201- Introduction to Programming- Lecture 11
CS201- Introduction to Programming- Lecture 11
 
CS201- Introduction to Programming- Lecture 44
CS201- Introduction to Programming- Lecture 44CS201- Introduction to Programming- Lecture 44
CS201- Introduction to Programming- Lecture 44
 
CS201- Introduction to Programming- Lecture 19
CS201- Introduction to Programming- Lecture 19CS201- Introduction to Programming- Lecture 19
CS201- Introduction to Programming- Lecture 19
 
Design of the South Doña Ana Dam
Design of the South Doña Ana DamDesign of the South Doña Ana Dam
Design of the South Doña Ana Dam
 
Ethernet Passive Optical Network
Ethernet Passive Optical NetworkEthernet Passive Optical Network
Ethernet Passive Optical Network
 
CS201- Introduction to Programming- Lecture 24
CS201- Introduction to Programming- Lecture 24CS201- Introduction to Programming- Lecture 24
CS201- Introduction to Programming- Lecture 24
 
Ethernet Over CoAxial(EOC)
Ethernet Over CoAxial(EOC)Ethernet Over CoAxial(EOC)
Ethernet Over CoAxial(EOC)
 
CS201- Introduction to Programming- Lecture 26
CS201- Introduction to Programming- Lecture 26CS201- Introduction to Programming- Lecture 26
CS201- Introduction to Programming- Lecture 26
 

En vedette

CS201- Introduction to Programming- Lecture 42
CS201- Introduction to Programming- Lecture 42CS201- Introduction to Programming- Lecture 42
CS201- Introduction to Programming- Lecture 42Bilal Ahmed
 
CS101- Introduction to Computing- Lecture 36
CS101- Introduction to Computing- Lecture 36CS101- Introduction to Computing- Lecture 36
CS101- Introduction to Computing- Lecture 36Bilal Ahmed
 
ENG101- English Comprehension- Lecture 26
ENG101- English Comprehension- Lecture 26ENG101- English Comprehension- Lecture 26
ENG101- English Comprehension- Lecture 26Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 17
CS201- Introduction to Programming- Lecture 17CS201- Introduction to Programming- Lecture 17
CS201- Introduction to Programming- Lecture 17Bilal Ahmed
 
CS101- Introduction to Computing- Lecture 45
CS101- Introduction to Computing- Lecture 45CS101- Introduction to Computing- Lecture 45
CS101- Introduction to Computing- Lecture 45Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 21
CS201- Introduction to Programming- Lecture 21CS201- Introduction to Programming- Lecture 21
CS201- Introduction to Programming- Lecture 21Bilal Ahmed
 
MGT101 - Financial Accounting- Lecture 32
MGT101 - Financial Accounting- Lecture 32MGT101 - Financial Accounting- Lecture 32
MGT101 - Financial Accounting- Lecture 32Bilal Ahmed
 
ENG101- English Comprehension- Lecture 38
ENG101- English Comprehension- Lecture 38ENG101- English Comprehension- Lecture 38
ENG101- English Comprehension- Lecture 38Bilal Ahmed
 
MGT101 - Financial Accounting- Lecture 23
MGT101 - Financial Accounting- Lecture 23MGT101 - Financial Accounting- Lecture 23
MGT101 - Financial Accounting- Lecture 23Bilal Ahmed
 
CS101- Introduction to Computing- Lecture 25
CS101- Introduction to Computing- Lecture 25CS101- Introduction to Computing- Lecture 25
CS101- Introduction to Computing- Lecture 25Bilal Ahmed
 
MGT101 - Financial Accounting- Lecture 35
MGT101 - Financial Accounting- Lecture 35MGT101 - Financial Accounting- Lecture 35
MGT101 - Financial Accounting- Lecture 35Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 41
CS201- Introduction to Programming- Lecture 41CS201- Introduction to Programming- Lecture 41
CS201- Introduction to Programming- Lecture 41Bilal Ahmed
 
CS101- Introduction to Computing- Lecture 28
CS101- Introduction to Computing- Lecture 28CS101- Introduction to Computing- Lecture 28
CS101- Introduction to Computing- Lecture 28Bilal Ahmed
 
Designing for the Voter Experience: Learning from Voters
Designing for the Voter Experience: Learning from VotersDesigning for the Voter Experience: Learning from Voters
Designing for the Voter Experience: Learning from VotersCenter for Civic Design
 
Resumen el enfero imaginario
Resumen el enfero imaginarioResumen el enfero imaginario
Resumen el enfero imaginarioCatalina Meneses
 
Global Citizenship Digest- 2010 Winter
Global Citizenship Digest- 2010 WinterGlobal Citizenship Digest- 2010 Winter
Global Citizenship Digest- 2010 WinterEva Aboagye
 

En vedette (20)

CS201- Introduction to Programming- Lecture 42
CS201- Introduction to Programming- Lecture 42CS201- Introduction to Programming- Lecture 42
CS201- Introduction to Programming- Lecture 42
 
CS101- Introduction to Computing- Lecture 36
CS101- Introduction to Computing- Lecture 36CS101- Introduction to Computing- Lecture 36
CS101- Introduction to Computing- Lecture 36
 
ENG101- English Comprehension- Lecture 26
ENG101- English Comprehension- Lecture 26ENG101- English Comprehension- Lecture 26
ENG101- English Comprehension- Lecture 26
 
CS201- Introduction to Programming- Lecture 17
CS201- Introduction to Programming- Lecture 17CS201- Introduction to Programming- Lecture 17
CS201- Introduction to Programming- Lecture 17
 
CS101- Introduction to Computing- Lecture 45
CS101- Introduction to Computing- Lecture 45CS101- Introduction to Computing- Lecture 45
CS101- Introduction to Computing- Lecture 45
 
CS201- Introduction to Programming- Lecture 21
CS201- Introduction to Programming- Lecture 21CS201- Introduction to Programming- Lecture 21
CS201- Introduction to Programming- Lecture 21
 
MGT101 - Financial Accounting- Lecture 32
MGT101 - Financial Accounting- Lecture 32MGT101 - Financial Accounting- Lecture 32
MGT101 - Financial Accounting- Lecture 32
 
ENG101- English Comprehension- Lecture 38
ENG101- English Comprehension- Lecture 38ENG101- English Comprehension- Lecture 38
ENG101- English Comprehension- Lecture 38
 
MGT101 - Financial Accounting- Lecture 23
MGT101 - Financial Accounting- Lecture 23MGT101 - Financial Accounting- Lecture 23
MGT101 - Financial Accounting- Lecture 23
 
CS101- Introduction to Computing- Lecture 25
CS101- Introduction to Computing- Lecture 25CS101- Introduction to Computing- Lecture 25
CS101- Introduction to Computing- Lecture 25
 
MGT101 - Financial Accounting- Lecture 35
MGT101 - Financial Accounting- Lecture 35MGT101 - Financial Accounting- Lecture 35
MGT101 - Financial Accounting- Lecture 35
 
CS201- Introduction to Programming- Lecture 41
CS201- Introduction to Programming- Lecture 41CS201- Introduction to Programming- Lecture 41
CS201- Introduction to Programming- Lecture 41
 
CS101- Introduction to Computing- Lecture 28
CS101- Introduction to Computing- Lecture 28CS101- Introduction to Computing- Lecture 28
CS101- Introduction to Computing- Lecture 28
 
Making information easy for voters
Making information easy for votersMaking information easy for voters
Making information easy for voters
 
Designing for the Voter Experience: Learning from Voters
Designing for the Voter Experience: Learning from VotersDesigning for the Voter Experience: Learning from Voters
Designing for the Voter Experience: Learning from Voters
 
Adjetivos
AdjetivosAdjetivos
Adjetivos
 
Resumen el enfero imaginario
Resumen el enfero imaginarioResumen el enfero imaginario
Resumen el enfero imaginario
 
Lesson 1
Lesson 1 Lesson 1
Lesson 1
 
Global Citizenship Digest- 2010 Winter
Global Citizenship Digest- 2010 WinterGlobal Citizenship Digest- 2010 Winter
Global Citizenship Digest- 2010 Winter
 
Thesis
ThesisThesis
Thesis
 

Similaire à CS201- Introduction to Programming- Lecture 36

CS201- Introduction to Programming- Lecture 10
CS201- Introduction to Programming- Lecture 10CS201- Introduction to Programming- Lecture 10
CS201- Introduction to Programming- Lecture 10Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 23
CS201- Introduction to Programming- Lecture 23CS201- Introduction to Programming- Lecture 23
CS201- Introduction to Programming- Lecture 23Bilal Ahmed
 
21 High-quality programming code construction part-ii
21 High-quality programming code construction part-ii21 High-quality programming code construction part-ii
21 High-quality programming code construction part-iimaznabili
 
CS201- Introduction to Programming- Lecture 08
CS201- Introduction to Programming- Lecture 08CS201- Introduction to Programming- Lecture 08
CS201- Introduction to Programming- Lecture 08Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 14
CS201- Introduction to Programming- Lecture 14CS201- Introduction to Programming- Lecture 14
CS201- Introduction to Programming- Lecture 14Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 06
CS201- Introduction to Programming- Lecture 06CS201- Introduction to Programming- Lecture 06
CS201- Introduction to Programming- Lecture 06Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 09
CS201- Introduction to Programming- Lecture 09CS201- Introduction to Programming- Lecture 09
CS201- Introduction to Programming- Lecture 09Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 28
CS201- Introduction to Programming- Lecture 28CS201- Introduction to Programming- Lecture 28
CS201- Introduction to Programming- Lecture 28Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 27
CS201- Introduction to Programming- Lecture 27CS201- Introduction to Programming- Lecture 27
CS201- Introduction to Programming- Lecture 27Bilal Ahmed
 
Edit data base menggunakan web
Edit data base menggunakan webEdit data base menggunakan web
Edit data base menggunakan webhaviedz miftah
 
TOP Downloaded Papers (January)--International Journal of Computer Networks &...
TOP Downloaded Papers (January)--International Journal of Computer Networks &...TOP Downloaded Papers (January)--International Journal of Computer Networks &...
TOP Downloaded Papers (January)--International Journal of Computer Networks &...IJCNCJournal
 
Contrarrazoes ro vinculo empregaticio reclamada ilovepdf-compressed
Contrarrazoes ro vinculo empregaticio reclamada ilovepdf-compressedContrarrazoes ro vinculo empregaticio reclamada ilovepdf-compressed
Contrarrazoes ro vinculo empregaticio reclamada ilovepdf-compressedLeve Desejo
 
CS201- Introduction to Programming- Lecture 22
CS201- Introduction to Programming- Lecture 22CS201- Introduction to Programming- Lecture 22
CS201- Introduction to Programming- Lecture 22Bilal Ahmed
 
CheckFood - startup pitch-updated
CheckFood  - startup pitch-updatedCheckFood  - startup pitch-updated
CheckFood - startup pitch-updatedCristian Muraru
 
The anatomy of a dollar bill
The anatomy of a dollar billThe anatomy of a dollar bill
The anatomy of a dollar billSeadin Xhaferi
 

Similaire à CS201- Introduction to Programming- Lecture 36 (19)

CS201- Introduction to Programming- Lecture 10
CS201- Introduction to Programming- Lecture 10CS201- Introduction to Programming- Lecture 10
CS201- Introduction to Programming- Lecture 10
 
CS201- Introduction to Programming- Lecture 23
CS201- Introduction to Programming- Lecture 23CS201- Introduction to Programming- Lecture 23
CS201- Introduction to Programming- Lecture 23
 
21 High-quality programming code construction part-ii
21 High-quality programming code construction part-ii21 High-quality programming code construction part-ii
21 High-quality programming code construction part-ii
 
CS201- Introduction to Programming- Lecture 08
CS201- Introduction to Programming- Lecture 08CS201- Introduction to Programming- Lecture 08
CS201- Introduction to Programming- Lecture 08
 
CS201- Introduction to Programming- Lecture 14
CS201- Introduction to Programming- Lecture 14CS201- Introduction to Programming- Lecture 14
CS201- Introduction to Programming- Lecture 14
 
CS201- Introduction to Programming- Lecture 06
CS201- Introduction to Programming- Lecture 06CS201- Introduction to Programming- Lecture 06
CS201- Introduction to Programming- Lecture 06
 
CS201- Introduction to Programming- Lecture 09
CS201- Introduction to Programming- Lecture 09CS201- Introduction to Programming- Lecture 09
CS201- Introduction to Programming- Lecture 09
 
CS201- Introduction to Programming- Lecture 28
CS201- Introduction to Programming- Lecture 28CS201- Introduction to Programming- Lecture 28
CS201- Introduction to Programming- Lecture 28
 
CS201- Introduction to Programming- Lecture 27
CS201- Introduction to Programming- Lecture 27CS201- Introduction to Programming- Lecture 27
CS201- Introduction to Programming- Lecture 27
 
Edit data base menggunakan web
Edit data base menggunakan webEdit data base menggunakan web
Edit data base menggunakan web
 
TOP Downloaded Papers (January)--International Journal of Computer Networks &...
TOP Downloaded Papers (January)--International Journal of Computer Networks &...TOP Downloaded Papers (January)--International Journal of Computer Networks &...
TOP Downloaded Papers (January)--International Journal of Computer Networks &...
 
Mediciones radiograficas de columna (2)
Mediciones radiograficas de columna (2)Mediciones radiograficas de columna (2)
Mediciones radiograficas de columna (2)
 
Angular.js
Angular.jsAngular.js
Angular.js
 
Sindrome de embolismo graso
Sindrome de embolismo grasoSindrome de embolismo graso
Sindrome de embolismo graso
 
Contrarrazoes ro vinculo empregaticio reclamada ilovepdf-compressed
Contrarrazoes ro vinculo empregaticio reclamada ilovepdf-compressedContrarrazoes ro vinculo empregaticio reclamada ilovepdf-compressed
Contrarrazoes ro vinculo empregaticio reclamada ilovepdf-compressed
 
CS201- Introduction to Programming- Lecture 22
CS201- Introduction to Programming- Lecture 22CS201- Introduction to Programming- Lecture 22
CS201- Introduction to Programming- Lecture 22
 
Chapter 6 testbench
Chapter 6 testbenchChapter 6 testbench
Chapter 6 testbench
 
CheckFood - startup pitch-updated
CheckFood  - startup pitch-updatedCheckFood  - startup pitch-updated
CheckFood - startup pitch-updated
 
The anatomy of a dollar bill
The anatomy of a dollar billThe anatomy of a dollar bill
The anatomy of a dollar bill
 

Plus de Bilal Ahmed

CS201- Introduction to Programming- Lecture 45
CS201- Introduction to Programming- Lecture 45CS201- Introduction to Programming- Lecture 45
CS201- Introduction to Programming- Lecture 45Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 43
CS201- Introduction to Programming- Lecture 43CS201- Introduction to Programming- Lecture 43
CS201- Introduction to Programming- Lecture 43Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 39
CS201- Introduction to Programming- Lecture 39CS201- Introduction to Programming- Lecture 39
CS201- Introduction to Programming- Lecture 39Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 32
CS201- Introduction to Programming- Lecture 32CS201- Introduction to Programming- Lecture 32
CS201- Introduction to Programming- Lecture 32Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 31
CS201- Introduction to Programming- Lecture 31CS201- Introduction to Programming- Lecture 31
CS201- Introduction to Programming- Lecture 31Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 29
CS201- Introduction to Programming- Lecture 29CS201- Introduction to Programming- Lecture 29
CS201- Introduction to Programming- Lecture 29Bilal Ahmed
 
CS201- Introduction to Programming- Lecture 25
CS201- Introduction to Programming- Lecture 25CS201- Introduction to Programming- Lecture 25
CS201- Introduction to Programming- Lecture 25Bilal Ahmed
 

Plus de Bilal Ahmed (7)

CS201- Introduction to Programming- Lecture 45
CS201- Introduction to Programming- Lecture 45CS201- Introduction to Programming- Lecture 45
CS201- Introduction to Programming- Lecture 45
 
CS201- Introduction to Programming- Lecture 43
CS201- Introduction to Programming- Lecture 43CS201- Introduction to Programming- Lecture 43
CS201- Introduction to Programming- Lecture 43
 
CS201- Introduction to Programming- Lecture 39
CS201- Introduction to Programming- Lecture 39CS201- Introduction to Programming- Lecture 39
CS201- Introduction to Programming- Lecture 39
 
CS201- Introduction to Programming- Lecture 32
CS201- Introduction to Programming- Lecture 32CS201- Introduction to Programming- Lecture 32
CS201- Introduction to Programming- Lecture 32
 
CS201- Introduction to Programming- Lecture 31
CS201- Introduction to Programming- Lecture 31CS201- Introduction to Programming- Lecture 31
CS201- Introduction to Programming- Lecture 31
 
CS201- Introduction to Programming- Lecture 29
CS201- Introduction to Programming- Lecture 29CS201- Introduction to Programming- Lecture 29
CS201- Introduction to Programming- Lecture 29
 
CS201- Introduction to Programming- Lecture 25
CS201- Introduction to Programming- Lecture 25CS201- Introduction to Programming- Lecture 25
CS201- Introduction to Programming- Lecture 25
 

Dernier

Tekoälyä koulunkäynninohjaajille. Jyty 27.4.24
Tekoälyä koulunkäynninohjaajille. Jyty 27.4.24Tekoälyä koulunkäynninohjaajille. Jyty 27.4.24
Tekoälyä koulunkäynninohjaajille. Jyty 27.4.24Matleena Laakso
 
Opettaja ja tekoäly. Pedaiiltapäivä 25.4.24
Opettaja ja tekoäly. Pedaiiltapäivä 25.4.24Opettaja ja tekoäly. Pedaiiltapäivä 25.4.24
Opettaja ja tekoäly. Pedaiiltapäivä 25.4.24Matleena Laakso
 
Tekoäly ja opinto-ohjaus, webinaari 26.4.24
Tekoäly ja opinto-ohjaus, webinaari 26.4.24Tekoäly ja opinto-ohjaus, webinaari 26.4.24
Tekoäly ja opinto-ohjaus, webinaari 26.4.24Matleena Laakso
 
Valkohäntäpeura (Odocoileus virginianus).pptx
Valkohäntäpeura (Odocoileus virginianus).pptxValkohäntäpeura (Odocoileus virginianus).pptx
Valkohäntäpeura (Odocoileus virginianus).pptxpurmonen8
 
Tekoäly opetuksessa, opettajien kevätpäivä 26.4.24
Tekoäly opetuksessa, opettajien kevätpäivä 26.4.24Tekoäly opetuksessa, opettajien kevätpäivä 26.4.24
Tekoäly opetuksessa, opettajien kevätpäivä 26.4.24Matleena Laakso
 

Dernier (6)

Tekoälyä koulunkäynninohjaajille. Jyty 27.4.24
Tekoälyä koulunkäynninohjaajille. Jyty 27.4.24Tekoälyä koulunkäynninohjaajille. Jyty 27.4.24
Tekoälyä koulunkäynninohjaajille. Jyty 27.4.24
 
Opettaja ja tekoäly. Pedaiiltapäivä 25.4.24
Opettaja ja tekoäly. Pedaiiltapäivä 25.4.24Opettaja ja tekoäly. Pedaiiltapäivä 25.4.24
Opettaja ja tekoäly. Pedaiiltapäivä 25.4.24
 
Tekoäly ja opinto-ohjaus, webinaari 26.4.24
Tekoäly ja opinto-ohjaus, webinaari 26.4.24Tekoäly ja opinto-ohjaus, webinaari 26.4.24
Tekoäly ja opinto-ohjaus, webinaari 26.4.24
 
Koulutuksen palkat ja kustannukset sekä koulutuksen ansiot
Koulutuksen palkat ja kustannukset sekä koulutuksen ansiotKoulutuksen palkat ja kustannukset sekä koulutuksen ansiot
Koulutuksen palkat ja kustannukset sekä koulutuksen ansiot
 
Valkohäntäpeura (Odocoileus virginianus).pptx
Valkohäntäpeura (Odocoileus virginianus).pptxValkohäntäpeura (Odocoileus virginianus).pptx
Valkohäntäpeura (Odocoileus virginianus).pptx
 
Tekoäly opetuksessa, opettajien kevätpäivä 26.4.24
Tekoäly opetuksessa, opettajien kevätpäivä 26.4.24Tekoäly opetuksessa, opettajien kevätpäivä 26.4.24
Tekoäly opetuksessa, opettajien kevätpäivä 26.4.24
 

CS201- Introduction to Programming- Lecture 36