{"words":[["0","[MUSIC PLAYING]"],["484",""],["968",""],["1452",""],["1936",""],["2420",""],["2904",""],["3388",""],["3872",""],["4356",""],["4840",""],["5324",""],["5810","SPEAKER: All"],["5870","right."],["5980","So"],["6050","let's"],["6220","talk"],["6430","about"],["6660","another"],["6930","thing"],["7090","that's"],["7550","kind"],["7740","of"],["7870","unique"],["8189","to"],["8280","C,"],["8540","which"],["8740","is"],["8920","data"],["9160","types"],["9410","and"],["9530","variables."],["10010","When"],["10140","I"],["10190","say"],["10320","unique"],["10420","to"],["10650","C,"],["10720",""],["10980","I"],["11020","really"],["11240","only"],["11390","mean"],["11470","in"],["11580","the"],["11660","context"],["12140","of,"],["12340","if"],["12480","you've"],["12600","been"],["12730","a"],["12790","programmer"],["13150","for"],["13350","a"],["13450","really"],["13550","long"],["13860","time,"],["14240",""],["14470","you've"],["14610","probably"],["14920","not"],["15340","worked"],["15720","with"],["15850","data"],["16030","types"],["16270","if"],["16370","you've"],["16530","used"],["16780","modern"],["17160","programming"],["17600","languages."],["17855",""],["18110",""],["18470","Modern"],["18650","languages"],["19050","like"],["19410","PHP"],["19770",""],["20130","and"],["20260","JavaScript,"],["20525","which"],["20790","we'll"],["20990","also"],["21220","see"],["21420","a"],["21460","little"],["21690","later"],["21940","on"],["22140","in"],["22240","the"],["22340","course,"],["22640","you"],["22940","don't"],["23050","actually"],["23340","have"],["23430","to"],["23520","specify"],["23815",""],["24110","the"],["24240","data"],["24610","type"],["24890","of"],["25010","a"],["25060","variable"],["25550","when"],["25720","you"],["25870","use"],["26120","it."],["26270","You"],["26340","just"],["26600",""],["26900","declare"],["27350","it"],["27440","and"],["27690","start"],["27910","using"],["28160","it."],["28230","If"],["28350","it's"],["28510","an"],["28600","integer,"],["29040","it know"],["29190","it's"],["29420","an"],["29520","integer."],["29900","If"],["29990","it's"],["30150","a"],["30300","character,"],["30585","it's knows"],["30870","it's a"],["31150","character."],["31425",""],["31700",""],["31960","If"],["32060","it's"],["32210","a"],["32299","word,"],["32740","it"],["32830","knows"],["33060","it's"],["33220","a"],["33370","string,"],["33685",""],["34000","so-called."],["34310",""],["34620",""],["34970",""],["35320","But"],["35440","in"],["35540","C,"],["36040","which"],["36180","is"],["36270","an"],["36400","older"],["36690","language,"],["37060","we"],["37150","need"],["37300","to"],["37380","specify"],["37870","the"],["38020","data"],["38290","type"],["38550","of"],["38800","every"],["39150","variable"],["39420","that"],["39690","we"],["39820","create"],["40145",""],["40470","the"],["40580","first"],["40890","time"],["41050","that we"],["41220","use"],["41400","that"],["41570","variable."],["41885",""],["42200",""],["42595",""],["42990","So"],["43130","C"],["43360","comes"],["43560","with"],["43660","some"],["43790","built-in"],["44180",""],["44400","data"],["44630","types."],["45030","And"],["45370","let's"],["45570","get"],["45750","familiar"],["46050","with"],["46150","some"],["46320","of"],["46450","those."],["46920",""],["47220",""],["47520","And"],["47640","then"],["47770","afterwards"],["48110","we'll"],["48190","also"],["48370","talk"],["48560","a"],["48600","little"],["48760","bit"],["48870","about"],["49140","some"],["49260","of"],["49410","the"],["49750","data"],["49940","types"],["50180","that"],["50280","we've"],["50480","written"],["50750","for"],["51050","you,"],["51400","so you can"],["51690","use"],["52030","them in"],["52430","CS50."],["52760",""],["53182",""],["53604",""],["54026",""],["54450","The"],["54540","first"],["54970","is"],["55400","int."],["55880",""],["56130","The"],["56280","int"],["56470","data"],["56640","type"],["56850","is"],["56970","used"],["57210","for"],["57330","variables"],["57720","that will"],["57830","store"],["58090",""],["58350","integer"],["58760","values."],["59110","So"],["59375",""],["59640","1,"],["59960","2,"],["60180","3,"],["60450",""],["60720",""],["60930","negative"],["61310","1, 2,"],["61470","3,"],["61870","and"],["61990","so"],["62140","on."],["62420",""],["62885",""],["63350","Integers,"],["63620",""],["63890","which"],["64050","is"],["64110","something"],["64370","you"],["64430","should"],["64680",""],["64950","keep"],["65090","in"],["65160","mind"],["65360","for"],["65440","the"],["65530","quiz,"],["65960","always"],["66320","take"],["66520","up"],["66760","four"],["67210","bytes"],["67620","of"],["67820","memory,"],["68125",""],["68430","which"],["68480","is"],["68680","32"],["68975",""],["69270","bits."],["69590","There are"],["69840","eight"],["70020","bits"],["70230","in a"],["70380","byte."],["70630",""],["71125",""],["71620","So"],["71720","this"],["71770","means"],["71940","that"],["72050","the"],["72290","range"],["72690","of"],["72830","values"],["73095","that"],["73360","an"],["73500","integer"],["73910","can"],["74040","store"],["74470","is"],["74630","limited"],["74910",""],["75190","by"],["75290","what"],["75600","can"],["75770","fit"],["76170","within"],["76520","32"],["76795",""],["77070","bits"],["77320","worth"],["77510","of"],["77610","information."],["77935",""],["78260",""],["78695",""],["79130","Now"],["79400","as"],["79560","it"],["79650","turns"],["79920","out,"],["80260",""],["80625",""],["80990","it"],["81060","was"],["81210","long"],["81390","ago"],["81540","decided"],["81850","that"],["81950","we"],["82030","would"],["82190","split"],["82620","up"],["82770","that"],["83000","range"],["83260","of"],["83360","32"],["83750","bits"],["84100",""],["84310","into"],["84570",""],["84830","negative"],["85290","integers"],["85670","and"],["85730","positive"],["86150","integers,"],["86650","each"],["86930","getting"],["87160","half"],["87490","of"],["87610","the"],["87710","range."],["88050",""],["88390","So"],["88420","the"],["88580","range"],["88900","of"],["88980","values"],["89330","that"],["89410","we"],["89580","represent"],["89950","with"],["90070","an"],["90230","integer"],["90525",""],["90820",""],["91120","range"],["91370","from"],["91560","negative"],["92050","2"],["92230","to"],["92310","the"],["92440","31st"],["92920","power"],["93275",""],["93630","to"],["93970","2"],["94310","to"],["94650","the"],["94750","31st"],["95220","power"],["95545",""],["95870","minus"],["96180","1,"],["96520","cause you also"],["96650","need"],["96790","a"],["96850","spot"],["97130","for"],["97220","0."],["97690",""],["98190","So"],["98280","basically"],["98640","half"],["98980","of"],["99060","the"],["99150","possible"],["99470","values"],["99790","you"],["99890","can"],["100000","fit"],["100220","in"],["100320","an"],["100470","int"],["100760","are"],["100890","negative,"],["101165",""],["101440",""],["101650","and"],["101790","half"],["102090","are"],["102220","positive."],["102610","And"],["102710","roughly"],["103060","here,"],["103220","this"],["103400","is"],["103520","about"],["103780","negative"],["104250","2"],["104460","billion"],["104745",""],["105030",""],["105320","to"],["105440","about"],["105790","positive"],["106280","2"],["106440","billion."],["106880",""],["107270","Give"],["107430","or"],["107490","take"],["107720","a"],["107980","couple hundred"],["108200","million."],["108465",""],["108730",""],["109230",""],["109730",""],["110230","So"],["110370","that's"],["110470","what you"],["110600","can"],["110720","fit"],["110990","in"],["111090","an"],["111190","integer"],["111560","variable."],["112050",""],["112290","Now"],["112740","we"],["112900","also"],["113100","have"],["113200","something"],["113430","called"],["113620","an"],["113830","unsigned"],["114225",""],["114620","integer."],["114890",""],["115160",""],["115490","Now"],["115710","unsigned"],["116170","ints"],["116430","are not"],["116820","a"],["116880","separate"],["117155",""],["117430","type"],["117730",""],["118030","of"],["118460","variable."],["118840",""],["119220","Rather,"],["119560","unsigned"],["119815",""],["120070","is"],["120140","what's"],["120290","called"],["120600","a"],["120640","qualifier."],["121115",""],["121590","It"],["121780","modifies"],["122120",""],["122460","the"],["122610","data"],["122880","type"],["123310","of"],["123580","integer"],["123940",""],["124300","slightly."],["124645",""],["124990","And"],["125280","in"],["125500","this"],["125730","case,"],["125970","what"],["126210","unsigned"],["126595",""],["126980","means--"],["127300","and"],["127410","you"],["127510","can"],["127630","also"],["127850","use"],["128080","unsigned"],["128419",""],["128759","other"],["129020","data"],["129259","types,"],["129639","integer's"],["130100","not"],["130270","the"],["130389","only"],["130650","one."],["131020",""],["131275",""],["131530","What"],["131720","it"],["131790","effectively"],["132065",""],["132340","does"],["132650","is"],["132970","doubles"],["133410","the"],["133500","positive"],["133820",""],["134140","range"],["134410",""],["134680","of"],["134840","values"],["135310","that"],["135390","an"],["135550","integer"],["135920","can"],["136100","take"],["136430","on"],["136880",""],["137170",""],["137460","at"],["137630","the"],["137740","expense"],["138015",""],["138290","of"],["138460","no"],["138730","longer"],["139040","allowing"],["139350","you"],["139450","to"],["139540","take on"],["139910","negative"],["140360","values."],["140790",""],["141140","So"],["141180","if"],["141250","you"],["141400","have"],["141640","numbers"],["142050","that"],["142170","you"],["142280","know"],["142780","will"],["142960","get"],["143150","higher"],["143590","than"],["143790","2"],["143960","billion"],["144245",""],["144530",""],["144750","but"],["144980","less"],["145400","than"],["145580","4"],["145940","billion,"],["146200",""],["146460",""],["146715",""],["146970","for"],["147080","example--"],["147440","which"],["147920",""],["148400",""],["148880","is"],["148980","2"],["149150","to"],["149200","the"],["149320","32nd"],["149575",""],["149830","power--"],["150250",""],["150593",""],["150936",""],["151280","you"],["151430","might"],["151590","want"],["151670","to"],["151710","use"],["151870","an"],["152090","unsigned"],["152455",""],["152820","int"],["153120","if"],["153240","you"],["153330","know"],["153450","your"],["153580","value"],["153830","will"],["153930","never"],["154170","be"],["154270","negative."],["154535",""],["154800",""],["155050","You'll"],["155200","occasionally"],["155690","have"],["155860","used"],["156140","for"],["156290","unsigned"],["156770","variables"],["157025","in"],["157280","CS50,"],["157690",""],["157930","which"],["158060","is"],["158120","why"],["158260","I"],["158320","mention"],["158630","it"],["158680","here."],["159050",""],["159460","But"],["159500","again,"],["159850","the"],["159900","range"],["160260","of"],["160380","values"],["160765",""],["161150","that"],["161380","you"],["161510","can"],["161690","represent"],["161995",""],["162300","with"],["162470","an"],["162690","unsigned"],["163010",""],["163330","integer"],["163830","as"],["164040","to t"],["164180","regular"],["164530","integer,"],["164990",""],["165230","are"],["165370","0"],["165810",""],["166250","to"],["166700","2"],["166920","to the"],["167060","32nd"],["167280",""],["167590","power"],["167800","minus"],["168050","1,"],["168240","or"],["168430","approximately"],["168685",""],["168940","0"],["169200",""],["169460","to"],["169960","4"],["170420","billion."],["170840","So"],["170940","you've"],["171050","effectively"],["171520","doubled"],["171930","the"],["171990","positive"],["172250",""],["172510","range"],["172930","that"],["172950","you"],["173040","can"],["173200","fit,"],["173465",""],["173730","but"],["173890","you've"],["174000","given"],["174230","up"],["174340","all"],["174640","the"],["174700","negative"],["175030","values."],["175520",""],["175895",""],["176270","Now"],["176330","as"],["176510","an"],["176590","aside,"],["176845",""],["177100",""],["177500","unsigned"],["177840",""],["178180","is"],["178350","not"],["178580","the"],["178730","only"],["178990","qualifier"],["179343",""],["179696",""],["180050","that"],["180140","we"],["180240","might"],["180440","see"],["180680","for"],["180800","variable"],["181230","data"],["181450","types."],["181790","There are"],["181970","also"],["182400","things"],["182700","called"],["182940","short"],["183285",""],["183630","and"],["184000","long"],["184290",""],["184580","and"],["184900","const."],["185273",""],["185646",""],["186020","Const"],["186520","we'll see"],["186700","a"],["186760","little"],["186960","bit"],["187110","later"],["187360","in"],["187440","the"],["187530","course."],["187820","Short"],["188070","and"],["188160","long,"],["188370","we"],["188470","probably"],["188940","won't."],["189330",""],["189830",""],["190330",""],["190830","But"],["190990","just"],["191190","know"],["191340","that"],["191490","there"],["191730","are"],["191970","other"],["192230","qualifiers."],["192530",""],["192830","Unsigned"],["193330","isn't"],["193570","the"],["193690","only"],["193870","one."],["194080","But it's"],["194250","the only one"],["194380","we're"],["194500","going"],["194580","to"],["194630","talk"],["194840","about"],["195060","right"],["195310","now."],["195610",""],["196103",""],["196596","So"],["197090","all"],["197150","right."],["197310","So"],["197360","we've"],["197460","covered"],["197720","integers."],["198100","What's"],["198360","next?"],["198760",""],["199200","Chars."],["199520",""],["199840",""],["200130","So"],["200370","chars"],["200635",""],["200900","are"],["201000","used"],["201230","for"],["201360","variables"],["201640",""],["201920","that"],["202010","will"],["202130","store"],["202480",""],["202580","single"],["203000","characters."],["203310",""],["203620","Char is"],["203990","short"],["204300","for"],["204440","character."],["204850","And"],["204940","sometimes"],["205160","you"],["205220","might"],["205340","hear"],["205580","people"],["205830","pronounce"],["206170","it as"],["206510","car."],["206970",""],["207420",""],["207870","So"],["208080","characters"],["208540","always"],["208890","take"],["209100","up"],["209230","one"],["209485",""],["209740","byte"],["209970","of"],["210060","memory,"],["210410","which"],["210450","is"],["210500","just"],["210840","8"],["211140","bits."],["211435",""],["211730",""],["212020","So"],["212150","this"],["212280","means"],["212440","that"],["212500","they"],["212590","can"],["212720","only"],["212975",""],["213230","fit"],["213560","values"],["213930","in"],["213980","the"],["214050","range"],["214360","of"],["214600","negative"],["214895",""],["215190","2"],["215445",""],["215700","to"],["215870","the"],["215950","seventh"],["216300","power, or"],["216740","negative"],["217050","128,"],["217520",""],["217990",""],["218280","to"],["218615","2 to"],["218950","the"],["219060","7th"],["219470","power"],["219740","minus"],["220020","1,"],["220407","or"],["220794","127."],["221181",""],["221570",""],["222000",""],["222430","Thanks"],["222780","to"],["222940","ASCII,"],["223310",""],["223680",""],["223950","it"],["224130","was"],["224290","long"],["224500","ago"],["224680","decided"],["225045","a"],["225410","way"],["225710","to"],["225890","map"],["226195",""],["226500","those"],["226770","positive"],["227260","numbers"],["227600","from"],["227740","0"],["228040","to"],["228120","127"],["228473",""],["228826",""],["229180",""],["229460","to"],["229805",""],["230150","various"],["230540","characters"],["230805","that"],["231070","all"],["231300","exist"],["231630","on"],["231760","our"],["231870","keyboard."],["232135",""],["232400",""],["232830","So"],["232860","as"],["232930","we'll"],["233090","see"],["233280",""],["233380","later"],["233500","on"],["233670","in"],["233770","the"],["233870","course,"],["234150","and"],["234250","you'll"],["234280","probably"],["234640","come"],["234830","to"],["234920","memorize"],["235260","at"],["235360","some"],["235560","point,"],["235910",""],["236220","capital"],["236500",""],["236780","A,"],["237090","for"],["237270","example--"],["237700","the"],["237780","character"],["238200","capital"],["238690","A--"],["239070",""],["239380","maps"],["239710","to"],["239830","the"],["239910","number"],["240370","65."],["240770",""],["241170","And"],["241250","the"],["241330","reason"],["241540","for"],["241620","that"],["241810","is"],["241910","because"],["242180","that's"],["242400","what's"],["242580","it's"],["242940","been"],["243070","assigned"],["243560",""],["243850","by"],["244000","the"],["244230","ASCII"],["244610","standard."],["244865",""],["245120",""],["245490","Lowercase"],["245820",""],["246150","A"],["246400","is"],["246620","97."],["247070",""],["247520",""],["247850","The"],["247960","character"],["248450","0"],["248865",""],["249280","for"],["249380",""],["249570",""],["249875",""],["250180",""],["250430","when"],["250630","you"],["250730","actually"],["250930","type"],["251150","the"],["251250","character,"],["251720","not"],["251900","representing"],["252250","the"],["252300","number"],["252540","zero,"],["252940",""],["253200","is"],["253390","48."],["253690",""],["253990","You'll"],["254150","learn"],["254310","a"],["254350","couple"],["254570","of"],["254620","these"],["254790","as"],["254860","you"],["254980","go."],["255240","And"],["255310","you'll"],["255430","certainly"],["255830","come"],["256010","to"],["256100","need"],["256390","them"],["256510","a"],["256550","little"],["256720","bit"],["256850","later"],["257230","in"],["257450","CS50."],["257910",""],["258310",""],["258738",""],["259166",""],["259594",""],["260022",""],["260450","The"],["260540","next"],["260890","major"],["261130","data"],["261339","type"],["261610","is"],["261790","floating"],["262060",""],["262330","point"],["262580","numbers."],["263000",""],["263390","So"],["263510","floating"],["263930","point"],["264190","numbers"],["264540","are"],["264660","also"],["264870","known"],["265030","as"],["265310","real"],["265700","numbers."],["266100","They're"],["266290","basically"],["266680","numbers"],["267060","that have"],["267240","a"],["267310","decimal"],["267780","point"],["268110","in"],["268340","them."],["268595",""],["268850","Floating"],["269260","point"],["269540","values"],["269950","like"],["270260","integers"],["270535",""],["270810",""],["271180",""],["271290",""],["271560",""],["271640",""],["271730",""],["272130",""],["272530","are"],["272920","also"],["273360","contained"],["273830","within"],["274120","4"],["274520","bytes"],["274830","of"],["274930","memory."],["275210",""],["275490",""],["275790",""],["276090","Now"],["276410",""],["276700","there's"],["276900","no"],["277080","chart"],["277420","here."],["277580","There's"],["277750","no"],["277930",""],["278190","number"],["278560","line,"],["278870","because"],["279155",""],["279440","describing"],["279890","the"],["280070","range"],["280400","of a"],["280540","float"],["280890","isn't"],["281120","exactly"],["281470",""],["281820",""],["282310",""],["282800","clear"],["283230","or"],["283390","intuitive."],["283695",""],["284000",""],["284275",""],["284550","Suffice"],["284870","it"],["284930","to"],["285010","say"],["285200","you"],["285380","have"],["285640","32"],["286140","bits"],["286400",""],["286660","to"],["286780","work"],["287050","with."],["287350","And"],["287670","if"],["287770","you"],["287840","have"],["288020","a"],["288070","number"],["288400","like"],["288750","pi,"],["289065",""],["289380","which"],["289600","has"],["289730","an"],["289880","integer"],["290280","part"],["290680","3,"],["291060",""],["291440",""],["291760","and"],["291920","a"],["291970","floating"],["292390","point"],["292740","part, or"],["293060","decimal"],["293410","part"],["293800",""],["294080","0.14159,"],["294556",""],["295032",""],["295510","and"],["295600","so"],["295770","on,"],["296110",""],["296360",""],["296640",""],["296920","you"],["297030","need"],["297160","to"],["297200","be"],["297300","able"],["297440","to"],["297530","represent"],["297885",""],["298240","all"],["298460","of"],["298670","it-- the"],["298800","integer"],["299120","part"],["299375",""],["299630","and"],["299905",""],["300180","the"],["300640",""],["301045",""],["301450","decimal"],["301740","part."],["302010",""],["302420","So"],["302450","what"],["302540","do"],["302580","you"],["302690","think"],["302930","that"],["303110","might"],["303340","mean?"],["303710",""],["304130",""],["304550","One"],["304790","thing"],["305040","is"],["305260","that"],["305510","if"],["305980","the"],["306100","decimal"],["306430","part"],["306670","gets"],["306870","longer"],["307310","and"],["307410","longer,"],["307795",""],["308180","if"],["308390","I have a"],["308470","very"],["308790","large"],["309260","integer"],["309690","part,"],["310050",""],["310260","I"],["310360","might"],["310610","not be"],["310710","able"],["310870","to"],["310940","be"],["311090","as"],["311210","precise"],["311593",""],["311976",""],["312360","with"],["312500","the"],["312560","decimal"],["312870","part."],["313090","And"],["313220","that's"],["313480","really"],["313680","the"],["313800","limitation"],["314065","of a"],["314330","float."],["314625",""],["314920",""],["315280","Floats"],["315580",""],["315880","have"],["316170","a"],["316240","precision"],["316565",""],["316890","problem."],["317280","We"],["317440","only"],["317590","have"],["317710","32"],["318050","bits"],["318250","to"],["318330","work"],["318520","with,"],["318660","so"],["318780","we"],["318860","can"],["319020","only"],["319270","be"],["319390","so"],["319800","precise"],["320245",""],["320690",""],["320910","with"],["321350",""],["321790","our"],["321960","decimal"],["322290","part."],["322510","We"],["322590","can't"],["322780","necessarily"],["323230",""],["323680","have"],["323890","a"],["323930","decimal"],["324230","part"],["324480","precise"],["324950","to"],["325090","100"],["325490",""],["325890","or"],["326020","200"],["326325",""],["326630","digits,"],["327080",""],["327300","because"],["327440","we only"],["327640","have"],["327750","32"],["328120","bits"],["328340","to"],["328430","work"],["328660","with."],["328980",""],["329345",""],["329710","So"],["329910","that's"],["330255",""],["330600","a"],["330640","limitation"],["331110","of a"],["331180","float."],["331590","Now"],["331800","fortunately"],["332090",""],["332380","there's"],["332540","another"],["332760","data"],["332980","type"],["333190","called"],["333590","double,"],["333905",""],["334220","which"],["334470","somewhat"],["334890","deals"],["335110","with"],["335220","this"],["335360","problem."],["335850",""],["336190",""],["336530","Doubles,"],["337000","like"],["337210","floats,"],["337550","are"],["337670","also"],["337910","used"],["338210","to"],["338280","store"],["338670","real"],["338960","numbers,"],["339350","or"],["339400","floating"],["339740","point"],["339980","values."],["340450",""],["340840","The"],["340950","difference"],["341350","is"],["341450","that"],["341550","doubles"],["341950","are"],["342420","double"],["342790","precision."],["343095",""],["343400",""],["343690",""],["343790",""],["343940",""],["344340","They"],["344470","can"],["344610","fit"],["344980",""],["345050",""],["345310","64"],["345715",""],["346120","bits"],["346390","of"],["346480","data,"],["346720","or"],["347020","eight"],["347520","bytes."],["348010",""],["348270","What does"],["348480","that"],["348640","mean?"],["349010","Well,"],["349190","it means we"],["349300","can"],["349400","be"],["349520","a"],["349570","lot"],["349820","more"],["349960","precise"],["350440","with"],["350550","the"],["350620","decimal"],["350980","point."],["351170","Instead"],["351360","of"],["351430","having"],["351710","pi"],["352100","to"],["352490",""],["352820","seven"],["353260","places"],["353700","maybe,"],["353910","with"],["354050","a"],["354090","float,"],["354530",""],["354830","we"],["354940","can maybe"],["355170","have"],["355360","it"],["355490","to"],["355830","30"],["356240","places."],["356710","If"],["356860","that's"],["357060","important,"],["357380",""],["357700","you"],["357990","might"],["358100","want to"],["358230","use"],["358360","a"],["358450","double"],["358830","instead"],["359070","of"],["359170","a"],["359220","float."],["359720",""],["360000","Basically,"],["360270",""],["360540","if"],["360640","you're"],["360740","working"],["360910","on"],["361000","anything"],["361370","where"],["361740","having"],["362090","a"],["362190","really"],["362475",""],["362760","long"],["363115",""],["363470","decimal"],["363810",""],["364150","place"],["364650","and"],["364750","a"],["364810","lot"],["365000","of"],["365100","precision"],["365570","is"],["365680","important,"],["365960",""],["366240",""],["366540","you"],["366710","probably"],["366920","want"],["367050","to"],["367090","use"],["367240","a"],["367320","double"],["367710","overfloat."],["368050",""],["368390",""],["368630","Now"],["368770","for"],["368860","most"],["369070","of"],["369130","your"],["369200","work in"],["369320","CS50,"],["369700","a"],["370040","float"],["370410","should"],["370610","suffice."],["370930",""],["371250","But"],["371490","do"],["371620","know"],["371760","that"],["371920","doubles"],["372320","exist"],["372615",""],["372910",""],["373215",""],["373520","as"],["373680","a"],["373750","way"],["373910","to"],["374230","somewhat"],["374640","deal"],["374810","with"],["374910","the"],["374980","precision"],["375340","problem"],["375630","by"],["375680","giving"],["375940","you"],["376060","an"],["376200","extra"],["376570","32"],["376840",""],["377110","bits"],["377380","to"],["377480","work"],["377720","with"],["378050",""],["378405","for"],["378760","your"],["379010","numbers."],["379490",""],["379986",""],["380482",""],["380980","Now"],["381430",""],["381890","this"],["382150","is"],["382290","not"],["382570","a"],["382730","data"],["383120","type."],["383385",""],["383650","This"],["383770","is"],["383880","a"],["384060","type."],["384390","And"],["384490","it's"],["384600","called"],["384990","void."],["385340","And I'm"],["385490","talking"],["385850","about it"],["386080","here"],["386300","because"],["386650","we've"],["386800","probably"],["387240","seen"],["387510","it"],["387600","a"],["387650","few"],["387880","times"],["388230","already"],["388510","in"],["388890","CS50."],["389270",""],["389520","And"],["389740","you"],["389820","might"],["389960","be"],["390050","wondering"],["390420","what"],["390550","it's"],["390690","all"],["390850","about."],["391200",""],["391610",""],["392020","So"],["392190","void"],["392570","is"],["392680","a"],["392770","type."],["393080",""],["393390","It"],["393500","does"],["393690","exist."],["393950",""],["394210","But"],["394320","it is"],["394420","not"],["394580","a"],["394650","data"],["394880","type."],["395180","We"],["395280","can't"],["395430","create"],["395740","a"],["395760","variable"],["396035",""],["396310","of"],["396460","type"],["396920","void"],["397225",""],["397530","and"],["397660","assign"],["397910","a"],["397960","value"],["398300","to"],["398480","it."],["398660",""],["399005",""],["399350","But"],["399630","functions,"],["399955",""],["400280","for"],["400290","example,"],["400650","can"],["400780","have"],["401100","a"],["401230","void"],["401505",""],["401780","return"],["402180","type."],["402510",""],["402720","Basically,"],["403180","if you see a"],["403370","function"],["403710","that has"],["403850","a"],["404010","void"],["404420","return"],["404810","type,"],["405060","it"],["405130","means"],["405310","it"],["405390","doesn't"],["405620","return a"],["406070","value."],["406370",""],["406670",""],["406970","Can"],["407270","you"],["407420","think"],["407580","of"],["407650","a"],["407730","common"],["408060","function"],["408460","that"],["408530","we've"],["408640","used"],["409040","so"],["409220","far"],["409440","in"],["409810","CS50"],["410080","that"],["410350","doesn't"],["410670","return"],["411000","a"],["411040","value?"],["411320",""],["411600",""],["411993",""],["412386",""],["412780","Printf"],["413260","is"],["413380","one."],["413870",""],["414125",""],["414380",""],["414700","Printf"],["414995",""],["415290","does"],["415460","not"],["415620","actually"],["415830","return"],["416130","anything"],["416420","to"],["416520","you."],["416820","It prints"],["417140","something"],["417370","to"],["417470","the"],["417570","screen,"],["418060","and"],["418160",""],["418320",""],["418540",""],["418600",""],["419060","it's"],["419520","basically"],["419850","a"],["419900","side"],["420290","effect"],["420640","of"],["420780","what"],["421010","printf"],["421350","does."],["421650","But"],["421940","it"],["422130","doesn't"],["422410","give"],["422560","you"],["422700","a"],["422740","value"],["423230","back."],["423620","You"],["423700","don't"],["423940","capture"],["424370","the"],["424470","result"],["424890","and"],["425000","store it"],["425390","in"],["425470","some"],["425790",""],["426220","variable"],["426540",""],["426860",""],["427155",""],["427450","to"],["427610","use"],["427860","it"],["427960","later"],["428260","on."],["428440","It"],["428500","just"],["428730","prints"],["428910","something"],["429080","to the"],["429200","screen"],["429520","and"],["429750","you're"],["429860","done."],["430190",""],["430450",""],["430710","So"],["431100","we"],["431260","say"],["431480","that"],["431610","printf"],["431890",""],["432170","is"],["432340","a"],["432450","void"],["432860",""],["433270","function."],["433570",""],["433870",""],["434360","It"],["434510","returns"],["435000","nothing."],["435450",""],["435950",""],["436450","The"],["436580","perimeter"],["437000","list"],["437220","of"],["437270","a"],["437330","function"],["437640","can"],["437790","also"],["438120","be"],["438280","void."],["438580","And"],["438710","you've"],["438830","also"],["439040","seen"],["439310","that"],["439570","quite"],["439770","a"],["439810","bit"],["439930","in"],["440300","CS50"],["440655","too."],["441010",""],["441410","Int"],["441710","main"],["442040","void."],["442300","Does"],["442560","that"],["442750","ring a"],["443005","bell?"],["443260",""],["443670",""],["444080","Basically"],["444420","what"],["444520","that"],["444670","means"],["444950","is"],["445070","that"],["445210","main"],["445540","doesn't"],["445850","take"],["446110","any"],["446290","parameters."],["446560",""],["446830",""],["446910",""],["447220","There's"],["447360","no"],["447550","argument"],["447970","that"],["448070","get"],["448240","passed"],["448610","into"],["448800","main."],["449170",""],["449520","Now"],["449650","later"],["449910","on"],["450110","we'll"],["450210","see"],["450380","that"],["450520","there"],["450710","is"],["450900","a"],["450960","way"],["451130","to"],["451240","pass"],["451600","arguments"],["452020","into"],["452240","main,"],["452510",""],["452780","but"],["453170","so"],["453390","far"],["453750","what"],["453920","we've"],["454060","seen"],["454390","is"],["454660","int"],["454910","main"],["455210","void."],["455620",""],["455990",""],["456010",""],["456360","Main"],["456600","just"],["456750","doesn't"],["456980","take"],["457190","any"],["457330","arguments."],["457730","And"],["457820","so"],["457930","we"],["458030","specify"],["458315",""],["458600","that"],["458860","by"],["458990","saying"],["459470",""],["459870","void."],["460320","We're"],["460410","just"],["460560","being"],["460770",""],["460970","very"],["461180","explicit"],["461630","about"],["461790","the"],["461860","fact"],["462110","that it"],["462250","doesn't"],["462500","take"],["462760",""],["463190","any"],["463370","arguments."],["463680",""],["463990",""],["464430","So"],["464510","for"],["464670","now,"],["465070","suffice"],["465350","it"],["465510","to"],["465610","say"],["465880","that"],["466070",""],["466280","void"],["466770","basically"],["467160","should"],["467300","just"],["467470","serve"],["467660","as"],["467740","a"],["467820","placeholder"],["468125",""],["468430","for"],["468630","you"],["469030",""],["469320",""],["469550","as"],["469700","thinking"],["469900","about"],["470050","as"],["470370","nothing."],["470780",""],["471230","It's"],["471310","not"],["471450","really"],["471620","doing"],["471880","anything."],["472080","There's"],["472260","no"],["472450","return"],["472770","value"],["473050","here."],["473550","There's"],["473700","no"],["473820","parameters"],["474240","here."],["474505",""],["474770","It's"],["474970","void."],["475390",""],["475750","It's"],["475920","a"],["475980","little"],["476110","more"],["476240","complex"],["476720","than"],["476840","that."],["477250","But"],["477390","this"],["477450","should"],["477640","suffice"],["477950","for"],["478010","the"],["478090","better"],["478310","part"],["478480","of"],["478550","the"],["478630","course."],["479040",""],["479440",""],["479840",""],["480240",""],["480640","And"],["480730",""],["481130","hopefully"],["481390","now"],["481510","you"],["481610","have"],["481720","a"],["481740","little"],["481880","bit"],["482000","more of a"],["482220","concept"],["482580","of"],["482670","what"],["482960","void"],["483300","is."],["483727",""],["484154",""],["484581",""],["485010","So"],["485100","those"],["485270","are"],["485300","the"],["485400","five"],["485780","types"],["486210","you'll"],["486330","encounter"],["486820","that"],["486950","are"],["487030","built-in"],["487420",""],["487640","to"],["487730","C."],["488080",""],["488460","But"],["488570","in"],["488880","CS50"],["489120","we"],["489300","also"],["489670","have"],["490020","a"],["490110","library."],["490390",""],["490670","CS50.h,"],["491140",""],["491340",""],["491690",""],["491970",""],["492250","which"],["492490","you"],["492560","can"],["492680","include."],["492935",""],["493190",""],["493550","And"],["494020","which"],["494230","will"],["494690","provide"],["494950","you"],["494990","with"],["495110","two"],["495400","additional"],["495780","types that"],["496080","you'll"],["496270","probably"],["496570","be"],["496650","able"],["496800","to"],["496860","use"],["497175",""],["497490","on"],["497700","your"],["497810","assignments,"],["498280","or"],["498460","just"],["498650","working"],["498920","generally"],["499390",""],["499680","programming."],["499935",""],["500190",""],["500530",""],["500870",""],["501210","The"],["501310","first"],["501440","of"],["501510","these"],["501840","is"],["502200","bool."],["502630",""],["503030","So"],["503150","the"],["503240","Boolean"],["503520",""],["503800","data"],["504010","type,"],["504410","bool,"],["504665",""],["504920",""],["505170","is"],["505300","used"],["505500","for"],["505620",""],["505955",""],["506290",""],["506380","variables"],["506780","that will"],["506910","store a"],["507300","Boolean"],["507555",""],["507810","value."],["508085",""],["508360",""],["508720","If"],["508820","you've"],["508880","ever"],["509070","heard"],["509220","this"],["509330","term"],["509470","before,"],["509750","you"],["509860","might"],["510060","know"],["510230","that"],["510330","a"],["510370","Boolean"],["510870","value"],["511160","is"],["511270","capable"],["511660","of"],["511750","only"],["511960","holding"],["512225",""],["512490","two"],["512809","different"],["513250","distinct"],["513690","values."],["514065",""],["514440","True"],["514710",""],["514980",""],["515409","and"],["515590","false."],["515975",""],["516360","Now"],["516460","this"],["516480","seems"],["516679","pretty"],["516880","fundamental,"],["517340","right?"],["517580","It's kind"],["517710","of"],["517789","a"],["517830","surprise"],["518270","that"],["518360","this"],["518470","doesn't"],["518690","exist"],["519059","in"],["519220","C"],["519679","as"],["519890","it's"],["520049","built-in."],["520320","And in"],["520700","many"],["520909","modern"],["521169","languages,"],["521510","of"],["521590","course,"],["521870","Booleans"],["522255",""],["522640","are"],["523130",""],["523559","a"],["523679","standard"],["523979",""],["524280","default"],["524660","data"],["524860","type."],["525125",""],["525390","But"],["525670","in"],["525880","C,"],["526230","they're"],["526360","actually"],["526680","not."],["526965",""],["527250","But"],["527400","we've"],["527560","created"],["528030","it for"],["528280","you."],["528400","So"],["528500","if"],["528610","you ever"],["528760","need"],["528910","to"],["528980","create"],["529270","a"],["529300","variable"],["529655",""],["530010",""],["530310","whose"],["530500","type"],["530820","is"],["531040","bool,"],["531370",""],["531700",""],["531910","just"],["532050","be"],["532110","sure"],["532250","to"],["532330","#include"],["532645",""],["532960","CS50.h"],["533440",""],["533630",""],["533870","at"],["533940","the"],["534010","beginning"],["534310","of"],["534380","your"],["534470","program,"],["534730",""],["534990",""],["535230","and"],["535460","you'll"],["535530","be"],["535630","able"],["535780","to"],["535920","create"],["536310","variables"],["536660","of"],["536750","the"],["536820","bool"],["537170","type."],["537570",""],["537800","If"],["538010","you"],["538110","forget"],["538580","to"],["538750","#include"],["539010",""],["539270","CS50.h,"],["539755",""],["540240",""],["540490","and"],["540620","you"],["540730","start"],["540990","using"],["541250","Boolean-type"],["541600",""],["541820","variables,"],["542175",""],["542530","you"],["542660","might"],["542840","encounter"],["543180","some"],["543320","problems"],["543720","when"],["543810","you're"],["543940","compiling"],["544230",""],["544520","your"],["544640","program."],["544970","So just"],["545190","be on"],["545320","the"],["545390","lookout"],["545560",""],["545660","for"],["545750","that."],["546070",""],["546490","And"],["546740","maybe"],["546930","you"],["547000","can"],["547100","just"],["547260","fix"],["547510","the"],["547580","problems"],["547990","by"],["548090","pound"],["548380","including"],["548770","CS50.h."],["549210",""],["549380",""],["549750",""],["550226",""],["550702",""],["551180","The"],["551360","other"],["551790","major"],["552230","data"],["552470","type"],["552690","that"],["552760","we"],["552870","provide"],["553220","for"],["553340","you"],["553510","in"],["553590","the"],["553660","CS50"],["554100","library"],["554590","is"],["554730","string."],["555020",""],["555310",""],["555670","So"],["555830","what"],["556030","is"],["556140","a"],["556200","string?"],["556505",""],["556810",""],["557130","Strings"],["557440","are"],["557600","really"],["557820","just"],["558050","words."],["558520","They're"],["558640","collections"],["558980",""],["559320","of"],["559420","characters."],["559710",""],["560000","They're"],["560120","words."],["560380",""],["560640","They're"],["560700","sentences."],["560985",""],["561270","They're"],["561390","paragraphs."],["561805",""],["562220",""],["562480","Might"],["562640","be"],["562720","whole"],["563010","books,"],["563480","even."],["563850",""],["564215",""],["564580",""],["564940",""],["565320",""],["565585",""],["565850","Very"],["566250","short"],["566590","to"],["566640","very"],["566910","long"],["567270","series"],["567660",""],["568050","of"],["568200","characters."],["568540",""],["568880",""],["569285",""],["569690","If"],["569820","you"],["569890","need"],["570040","to"],["570080","use"],["570380","strings,"],["570860","for"],["570960","example,"],["571300","to"],["571690",""],["571920","store"],["572340","a"],["572420","word,"],["572685",""],["572950",""],["573403",""],["573856",""],["574310","just"],["574440","be"],["574500","sure"],["574640","to"],["574710","include"],["574990",""],["575270","CS50.h"],["575690",""],["575870","at"],["576100","the"],["576160","beginning"],["576440","of"],["576510","your"],["576610","program"],["577020",""],["577120",""],["577250",""],["577615","so"],["577980","you"],["578080","can"],["578180","use"],["578350","the"],["578430","string"],["578690","type."],["578900","And"],["578980","then"],["579070","you can"],["579290","create"],["579580","variables"],["579980","whose"],["580160","data"],["580390","type"],["580860","is"],["581320",""],["581610","string."],["582000",""],["582482",""],["582964",""],["583446",""],["583930","Now"],["584050","later"],["584280","on"],["584470","in"],["584570","the"],["584670","course,"],["584910","we'll"],["585030","also"],["585290","see"],["585560","that"],["585750","that's"],["586160","not"],["586470","the"],["586550","entire"],["586940","story,"],["587370","either."],["587690",""],["588010","We'll"],["588230","encounter"],["588420",""],["588490","things"],["588690","called"],["588890","structures,"],["589175",""],["589460","which"],["589600","allow"],["589770","you"],["589900","to"],["590010","group"],["590450","what"],["590550","may"],["590670","be"],["590780","an"],["590960","integer"],["591230",""],["591500","and"],["591700","a"],["591750","string"],["592090",""],["592430",""],["592800","into"],["593160","one"],["593600","unit."],["593935",""],["594270",""],["594470","And"],["594620","we"],["594710","can"],["594830","use"],["595110","that"],["595380","for"],["595480","some"],["595630","purpose,"],["596000","which"],["596130","might"],["596290","come"],["596420","in"],["596480","handy"],["596740","later"],["596970","on"],["597100","in"],["597200","the"],["597300","course."],["597750","And"],["597910","we'll"],["597990","also"],["598230","learn"],["598370","about"],["598570","defined"],["598890",""],["599210","types,"],["599500","which"],["599560","allow you"],["599890","to"],["600010","create"],["600350","your"],["600570","own"],["600900","data"],["601150","types."],["601435",""],["601720","We"],["601880","don't"],["602000","need"],["602120","to"],["602210","worry"],["602390","about"],["602570","that"],["602750","for"],["602850","now."],["603060","But"],["603190","just"],["603330","know"],["603420","that that's"],["603620","something"],["603880","on"],["603980","the"],["604030","horizon,"],["604290",""],["604550","that"],["604780","there's"],["605170","a"],["605240","lot"],["605450","more"],["605600","to"],["605690","this"],["605820","whole"],["606020","type"],["606270","thing"],["606540",""],["606810","than"],["607000","I'm"],["607070","telling"],["607280","you"],["607350","just"],["607540","now."],["607880",""],["608320",""],["608760","So"],["608780","now"],["608960","that we've"],["609070","learned"],["609240","a"],["609290","little"],["609430","bit"],["609520","about"],["609750","the"],["609830","basic"],["610310","data"],["610510","types"],["610860","and"],["611050","the"],["611130","CS50"],["611570","data"],["611800","types,"],["612105",""],["612410","let's"],["612490","talk"],["612640","about"],["612760","how"],["612910","to"],["612990","work"],["613370","with"],["613530","variables"],["613880",""],["614230","and"],["614440","create"],["614790","them"],["614930","using"],["615260","these"],["615410","data"],["615610","types"],["615960","in"],["616080","our"],["616160","programs."],["616430",""],["616700",""],["617157",""],["617614",""],["618071",""],["618530","If"],["618640","you"],["618710","want"],["618800","to"],["618870","create"],["619290","a"],["619310","variable,"],["619645",""],["619980",""],["620210","all"],["620420","you"],["620500","need"],["620650","to"],["620720","do"],["621150","is"],["621510","two"],["621770","things."],["622025",""],["622280",""],["622670","First,"],["623000","you need"],["623110","to"],["623180","give"],["623330","it"],["623380","a"],["623470","type."],["623890",""],["624320","The"],["624400","second"],["624660","thing"],["624750","you"],["624980","need to do"],["625280","is"],["625420","give"],["625560","it"],["625600","a"],["625660","name."],["625940",""],["626230","Once"],["626480","you've"],["626610","done"],["626810","that"],["627070","and slapped"],["627400","a"],["627470","semicolon"],["627900","at"],["627960","the"],["628020","end"],["628110","of"],["628150","that"],["628300","line,"],["628740","you've"],["628950","created"],["629280","a"],["629310","variable."],["629570",""],["629830","So"],["629840","here's"],["630090","two"],["630240","examples."],["630520",""],["630800",""],["631160",""],["631590",""],["631940",""],["632370","Int"],["632590",""],["632680","number;"],["633040",""],["633395",""],["633750",""],["634110","char"],["634375",""],["634640","letter;."],["634960",""],["635430",""],["635720",""],["636010","What"],["636120","have"],["636210","I"],["636270","done"],["636470","here?"],["636660","I've"],["636790","created"],["637090","two"],["637250","variables."],["637680",""],["638110","The"],["638120","first,"],["638420",""],["638720","the"],["638790","variable's"],["639140","name"],["639320","is"],["639450","number."],["639940",""],["640190","And"],["640410","number"],["640670","is"],["640790","capable"],["641120","of"],["641180","holding"],["641455",""],["641730","integer"],["642160","type"],["642420","values,"],["642860","because"],["643100","its"],["643260","type"],["643500","is"],["643780","int."],["644120",""],["644460",""],["644830","Letter"],["645300","is"],["645430","another"],["645690","variable"],["645980",""],["646270",""],["646530","that"],["646700","can"],["646800","hold"],["647110","characters"],["647575",""],["648040","because"],["648250","its"],["648390","data"],["648570","type"],["648810","is"],["649300","char."],["649700",""],["649970",""],["650240","Pretty"],["650400","straightforward,"],["650820","right?"],["651160",""],["651615",""],["652070","If"],["652260","you"],["652360","find"],["652530","yourself"],["652720","in"],["652790","a"],["652830","situation"],["653105",""],["653380","where"],["653480","you"],["653600","need"],["653770","to"],["653860","create"],["654140","multiple"],["654425",""],["654710","variables"],["655150","of"],["655230","the"],["655320","same"],["655640","type,"],["656030",""],["656250","you"],["656410","only"],["656590","need"],["656710","to"],["656780","specify"],["657160","the"],["657270","type"],["657580","name"],["657840","once."],["658170",""],["658500",""],["658740","Then"],["658900","just"],["659050","list"],["659210","as"],["659290","many"],["659560","variables"],["659940","of"],["660000","that"],["660200","type"],["660460","as"],["660630","you"],["660740","need."],["661090",""],["661345",""],["661600","So"],["661930","I"],["662000","could"],["662290","for"],["662410","example,"],["662770","here"],["662960","in"],["663030","this"],["663190","third"],["663420","line"],["663620","of"],["663710","code,"],["663970",""],["664230","say"],["664620","int"],["664790","height;,"],["665200",""],["665540",""],["665880",""],["666175",""],["666470","new"],["666640","line."],["667010",""],["667420","Int"],["667730","width;."],["668030",""],["668390",""],["668750","And"],["668850","that would"],["668900","work"],["669110","too."],["669290","I'd"],["669420","still"],["669540","get"],["669710","two"],["669840","variables"],["670240","called"],["670440","height"],["670840","and"],["671010","width,"],["671340","each"],["671520","of"],["671590","which"],["671760","is"],["671840","an"],["671920","integer."],["672175",""],["672430",""],["672730","But"],["673220","I'm"],["673330","allowed"],["673570","to,"],["673990","things"],["674220","to"],["674340","C"],["674540","syntax,"],["674830",""],["675120",""],["675440","consolidate"],["675700","it"],["675960","into"],["676140","a"],["676190","single"],["676540","line."],["676970","Int"],["677380","height,"],["677840",""],["678140","width;"],["678395",""],["678650",""],["679000",""],["679350",""],["679600","It's"],["679770","the"],["679840","same"],["680060","thing."],["680230","I've"],["680330","created"],["680600","two"],["680760","variables,"],["681175",""],["681590","one"],["681690","called"],["681910","height"],["682175",""],["682440","one"],["682640","called"],["682880","width,"],["683145",""],["683410","both"],["683640","of"],["683710","which"],["683900","are"],["683940","capable"],["684300","of"],["684370","holding"],["684830","integer"],["685160","type"],["685410","values."],["685685",""],["685960",""],["686345",""],["686730","Similarly"],["687140","here,"],["687480",""],["687690","I"],["687800","can"],["687990","create"],["688400","three"],["688700","floating"],["689120","point"],["689350","values"],["689625",""],["689900",""],["690120","at"],["690260","once."],["690700",""],["690920","I"],["691060","can"],["691230","maybe"],["691420","create"],["691780","a"],["691810","variable"],["692180","called"],["692500","square"],["692760","root"],["692840","of"],["692910","2--"],["693350","which"],["693510","presumably"],["693830","will"],["694030","eventually"],["694330","hold the"],["694700","floating"],["695010","point--"],["695240","that"],["695410","representation"],["695705",""],["696000","of"],["696280","the"],["696400","square"],["696630","root"],["696700","of"],["696780","2--"],["697180",""],["697560","square"],["697750","root"],["697830","of"],["697940","3,"],["698390","and"],["698600","pi."],["698920",""],["699400","I"],["699510","could"],["699670","have"],["699830","done"],["700010","this"],["700120","on"],["700250","three"],["700470","separate"],["700770","lines."],["701180","Float,"],["701640","square"],["701920","root"],["702080","2;"],["702350",""],["702695",""],["703040","Float"],["703440","square"],["703670","root"],["703820","3;"],["704000",""],["704305",""],["704610","float"],["704990","pi;"],["705310",""],["705690",""],["706070","and"],["706250","that would"],["706310","work"],["706580","too."],["706960",""],["707325",""],["707690","But"],["708040","again,"],["708320","I"],["708370","can"],["708500","just"],["708660","consolidate"],["709090","this"],["709230","into"],["709370","a"],["709430","single"],["709840","line"],["710030","of"],["710120","code."],["710590","Makes"],["710880",""],["711170","things"],["711360","a"],["711410","little"],["711540","bit"],["711670","shorter,"],["712130","not"],["712410","as"],["712770","clunky."],["713170",""],["713610",""],["714050","Now"],["714190","in"],["714320","general,"],["714700","it's"],["714860","good"],["715140","design"],["715490","to"],["715630","only"],["715870","declare"],["716300","a"],["716350","variable"],["716730","when"],["716920","you"],["717010","need"],["717380","it."],["717500","And we'll"],["717600","talk"],["717830","a"],["717860","little"],["717960","bit"],["718080","more"],["718210","about"],["718450","that"],["718690","later"],["718890","on"],["719040","in"],["719140","the"],["719240","course"],["719380","when"],["719460","we"],["719550","discuss"],["720040","scope."],["720500",""],["720960","So"],["721295",""],["721630","don't"],["721840","necessarily"],["722280","need to"],["722380","create"],["722660","all"],["722860","of your"],["722950","variables"],["723320","at"],["723380","the"],["723440","beginning"],["723870","of"],["723940","the"],["724020","program,"],["724470","which"],["724540","some"],["724680","people"],["724940","might"],["725120","have"],["725220","done"],["725440","the"],["725510","past,"],["725990","or was"],["726070","certainly"],["726380","a"],["726420","very"],["726710","common"],["727070","coding"],["727350","practice"],["727645",""],["727940",""],["728270","many"],["728500","years"],["728700","ago"],["728970","when"],["729100","working"],["729330","with"],["729460","C."],["729840",""],["730220","You"],["730330","might"],["730470","just"],["730580","want"],["730670","to"],["730720","create"],["730940","a"],["730980","variable"],["731390","right"],["731580","when"],["731700","you"],["731790","need"],["731970","it."],["732180",""],["732603",""],["733026",""],["733450","All"],["733520","right."],["733640","So"],["733710","we've"],["733830","created"],["734260","variables."],["734705",""],["735150","How"],["735230","do"],["735310","we"],["735480","use"],["735780","them?"],["736010",""],["736400",""],["736790","After"],["737080","we"],["737190","declare"],["737570","a"],["737610","variable,"],["737980","we"],["738140","don't"],["738420","need"],["738650","to"],["738740","specify"],["739000",""],["739260","the"],["739380","data"],["739660","type"],["739890","of"],["739980","that"],["740160","variable"],["740580","anymore."],["741050",""],["741410","In"],["741440","fact,"],["741730","if"],["741830","you"],["741930","do"],["741960","so,"],["742070","you"],["742220","might end"],["742410","up"],["742480","with"],["742570","some"],["742720","weird"],["743060","consequences"],["743465",""],["743870",""],["744070","that"],["744190","we'll"],["744570","kind"],["744730","of"],["744770","gloss"],["745020","over"],["745190","for"],["745290","now."],["745490","But"],["745750",""],["746090","suffice"],["746370","it to"],["746500","say,"],["746650","weird"],["746910","things"],["747120","are"],["747160","going"],["747240","to"],["747290","start"],["747440","happening"],["747780","if"],["747840","you"],["748000","inadvertently"],["748310",""],["748620","re-declare"],["749020",""],["749285",""],["749550","variables"],["749980","with"],["750080","the"],["750160","same"],["750430","name"],["750740","over"],["751060","and"],["751140","over."],["751540",""],["751875",""],["752210","So"],["752470","here"],["752890","I"],["753050","have"],["753350","four"],["753580","lines"],["753850","of"],["753940","code."],["754230","And"],["754380","I"],["754410","have"],["754570","a"],["754610","couple"],["754830","of"],["754910","comments"],["755300","there just"],["755590","indicating"],["756090","what's"],["756330","happening"],["756760","on"],["756900","each"],["757090","line"],["757340","just"],["757540","to"],["757610","help"],["757800","you"],["758150",""],["758580",""],["759010","get"],["759190","situated"],["759560","in"],["759650","what's"],["759810","going"],["760030","on."],["760230",""],["760520","So"],["760740","int"],["761000","number;."],["761270",""],["761670","You"],["761760","saw"],["761890","that"],["762040","previously."],["762520","That's"],["762750","a"],["762810","variable"],["763250","declaration."],["763625",""],["764000","I've now"],["764040","created"],["764490","a"],["764520","variable"],["764925",""],["765330","called"],["765800","number"],["766150",""],["766500","that's"],["766670","capable"],["767010","of"],["767070","holding"],["767440","integer-type"],["767760",""],["767990","values."],["768280",""],["768570",""],["768970","I've"],["769060","declared"],["769420","it."],["769610",""],["769910",""],["770210","The"],["770290","next"],["770550","line"],["770760","I'm"],["770900","assigning"],["771200",""],["771500","a"],["771560","value"],["771935",""],["772310",""],["772520","to"],["772805",""],["773090","number."],["773430",""],["773770","Number"],["774110","equals"],["774390","17."],["774795",""],["775200","What's"],["775380","happening"],["775650","there?"],["775950","I'm putting"],["776090","the"],["776150","number"],["776360","17"],["776740",""],["777120",""],["777410","inside"],["777910","of"],["778000","that"],["778200","variable."],["778680",""],["778880","So"],["779030","if I ever"],["779220","then"],["779380","print"],["779700","out"],["779870","what"],["780110","the"],["780580",""],["780890","contents"],["781310","of"],["781430","number"],["781685",""],["781940","are"],["782150","later"],["782430","on,"],["782760","they'll"],["782910","tell"],["783195","me"],["783480","it's"],["783610","17."],["784030","So I've"],["784190","declared"],["784550","a"],["784570","variable,"],["784920","and"],["785270","then I've"],["785510","assigned"],["785820","it."],["786110",""],["786570",""],["787030","We"],["787140","can"],["787280","repeat"],["787510","the"],["787580","process"],["787850","again"],["788040","with"],["788410",""],["788670",""],["788880",""],["789180",""],["789480","char"],["789820","letter;."],["790100",""],["790570","That's"],["790760","a"],["790790","declaration."],["791215",""],["791640","Letter"],["792000","equals"],["792380","capital"],["792790","H."],["793260","That's"],["793430","an"],["793510","assignment."],["794010","Pretty"],["794180","straightforward,"],["794600","too."],["794820",""],["795223",""],["795626",""],["796030","Now"],["796490","this"],["796930","process"],["797330","might"],["797620","seem"],["797760","kind"],["797900","of"],["797950","silly."],["798330","Why"],["798390","are we"],["798500","doing"],["798660","this"],["798790","in"],["798890","two"],["799080","lines"],["799480","of"],["799580","code?"],["799845",""],["800110","Is"],["800280","there"],["800360","a"],["800390","better"],["800570","way"],["800670","to"],["800750","do"],["800890","it?"],["801060","In"],["801170","fact,"],["801390","there"],["801560","is."],["801860",""],["802350","Sometimes"],["802730","you"],["802800","might"],["802970","see"],["803060","this"],["803210","called"],["803500","initialization."],["803805",""],["804110",""],["804375","It's"],["804640","when"],["804740","you"],["804830","declare"],["805100",""],["805370","a"],["805400","variable"],["805665",""],["805930","and"],["806220","assign"],["806580","a"],["806720","value"],["806985",""],["807250","at"],["807360","the"],["807440","same"],["807760","time."],["808180",""],["808565",""],["808950","This"],["809020","is"],["809100","actually a"],["809320","pretty"],["809520","common"],["809860","thing"],["810050","to"],["810160","do."],["810320","When"],["810400","you"],["810490","create"],["810720","a"],["810770","variable,"],["811090","you usually"],["811470","want"],["811610","it to"],["811650","have"],["811830","some"],["812050","basic"],["812380","value."],["812660",""],["812870","Even"],["813340","if"],["813420","it's"],["813580","0"],["813960","or"],["814050","something."],["814330","You"],["814410","just"],["814740","you"],["814900","give"],["815060","it"],["815120","a"],["815170","value."],["815630",""],["815905",""],["816180","You"],["816300","can"],["816430","initialize"],["816725",""],["817020","a"],["817060","variable."],["817550",""],["817955",""],["818360","Int"],["818620","number"],["819000","equals"],["819250","17"],["819550",""],["819850","is"],["819960","the"],["820040","same"],["820240","as"],["820310","the"],["820380","first"],["820640","two"],["820750","lines"],["820970","of"],["821050","code"],["821310","up"],["821440","above."],["821870",""],["822320","Char"],["822760","letter"],["823260","equals"],["823740","h"],["824095",""],["824450","is"],["824580","the"],["824640","same"],["824850","as"],["824950","the"],["825050","third"],["825260","and"],["825350","fourth"],["825570","lines"],["825770","of"],["825820","code"],["826040","above."],["826515",""],["826990","The"],["827080","most"],["827250","important"],["827580","takeaway"],["827920","here"],["828140","when we're"],["828390","declaring"],["828705",""],["829020","and"],["829200","assigning"],["829620","variables"],["830090","is"],["830350","after"],["830690","we've"],["830830","declared"],["831270","it,"],["831410","notice"],["831740","I'm"],["831940","not"],["832220","using"],["832580","the"],["832710","data"],["833040","type"],["833380","again."],["833700","I'm"],["833780","not"],["833990","saying"],["834290","int"],["834630","number"],["834970","equals"],["835230","17"],["835520",""],["835810",""],["836050","on"],["836180","the"],["836250","second"],["836500","line"],["836660","of"],["836730","code,"],["837000","for"],["837110","example."],["837515",""],["837920","I'm"],["838020","just"],["838030","saying"],["838230","number"],["838660","equals"],["838880","17."],["839290","Again"],["839710",","],["839960","re-declaring"],["840150",""],["840415",""],["840680","a"],["840720","variable"],["841220","after"],["841490","you've"],["841610","already"],["841780","declared"],["842190","it"],["842530","can"],["842660","lead"],["842880","to some"],["843020","weird"],["843190","consequence."],["843620","So"],["843710","just"],["843870","be"],["843960","careful"],["844280","of"],["844350","that."],["844600",""],["845050",""],["845500",""],["845950","I'm"],["846150","Doug"],["846340","Lloyd."],["846660","And"],["846930","this is"],["847275","CS50."],["847620",""],["847920",""],["848220",""],["848520",""],["848820",""],["849120",""],["849420",""],["849720",""],["850020",""],["850320",""]],"paragraphs":[0,2420,5810,26270,35320,54450,71620,98190,110230,124990,155050,176270,190830,199200,207870,222430,245490,260450,284550,302420,315280,331590,348270,360000,380980,392020,395180,412780,430710,436450,443670,444080,464430,475750,485010,501210,516360,527250,537800,551180,565850,583930,597750,608760,622670,629830,638110,650240,661600,686730,707690,714050,733450,752210,764000,770210,778880,787030,796030,801060,816180,826990,839290,845950],"speakers":{"5810":"SPEAKER"}}