{"words":[["0",""],["490",""],["980",""],["1470",""],["1960",""],["2450",""],["2940",""],["3430",""],["3920",""],["4410",""],["4900",""],["5400","DOUG LLOYD: All"],["5450","right."],["5580","So"],["5660","now"],["5830","let's"],["6010","tackle"],["6320","a"],["6460","really"],["6750","big"],["6990","topic,"],["7260",""],["7530",""],["7740","functions."],["8110",""],["8480",""],["8920","So"],["9280","far"],["9430","in"],["9500","the"],["9570","course,"],["9940","all"],["10220","the"],["10310","programs"],["10740","that"],["10840","we've"],["10960","been"],["11040","writing"],["11460","have"],["11620","been"],["11770","written"],["12080","inside"],["12470","of"],["12570","main."],["13060",""],["13290","They're"],["13410","pretty"],["13600","simple"],["13870","programs."],["14260","You"],["14320","don't"],["14460","need"],["14620","to"],["14700","have"],["14970","all"],["15100","these"],["15320","branches"],["15790","and"],["15880","things"],["16090","going"],["16360","on."],["16650",""],["16940","We"],["17040","can just"],["17190","fit"],["17390","it all inside"],["17790","of"],["17870","main"],["18220","and it doesn't"],["18480","get"],["18720","terribly"],["19120","overwhelming."],["19520",""],["19920",""],["20195",""],["20470","But"],["20790","as the"],["20830","course"],["21130","goes"],["21350","on"],["21640","and as"],["21740","you"],["21820","begin"],["22080","to"],["22250","develop"],["22620","programs"],["22990","independently,"],["23390",""],["23790",""],["24140","they're"],["24360","probably"],["24700","going"],["24790","to"],["24830","start"],["25050","to"],["25110","get"],["25290","a"],["25340","lot"],["25560","more"],["25770","than"],["25980","10"],["26260","or"],["26350","15"],["26810","lines."],["27200","You"],["27290","might"],["27430","get"],["27630",""],["27995","hundreds"],["28360","or"],["28460","thousands"],["28765",""],["29070","or"],["29230","tens"],["29660","of"],["29800","thousands"],["30290","of"],["30390","lines"],["30660","of"],["30760","code."],["31090",""],["31400","And"],["31470","it's"],["31580","really"],["31820","not"],["32299","that"],["32680",""],["32950","crazy"],["33400","a"],["33420","thought."],["33880",""],["34285",""],["34690","As"],["34920","such,"],["35210","it's"],["35370","probably"],["35750","not"],["35920","a"],["35980","good"],["36130","idea"],["36390","to"],["36460",""],["36840",""],["37220",""],["37370","keep"],["37660","everything"],["38010","inside"],["38330","of"],["38440","main."],["38920",""],["39320",""],["39720","It"],["40120","can"],["40240","get"],["40380","a"],["40430","little"],["40570","difficult"],["40900","to"],["40970","find"],["41340","what"],["41440","you're"],["41540","looking"],["41840","for"],["42000","if"],["42060","you"],["42180","do"],["42340","that."],["42650",""],["42945",""],["43240","Fortunately,"],["43740","though"],["43920","C,"],["44220",""],["44520","and"],["44800",""],["45080",""],["45360","pretty"],["45530","much"],["45660","every"],["45890","other"],["46140","programming"],["46550","language"],["46900","that"],["47040","might"],["47210","work"],["47400","with,"],["47650",""],["48080",""],["48510",""],["48620","allows"],["48910","us"],["49040","to"],["49150","write"],["49480","functions."],["49865",""],["50250",""],["50480","And"],["50850","I'm"],["51220","just going to"],["51330","take"],["51490","a"],["51560","quick"],["51740","aside"],["52080","here"],["52260","to"],["52370","mention"],["52800","that"],["53090","functions"],["53500","is"],["53600","one"],["53880","area"],["54190","of"],["54260","computer"],["54600","science."],["54935",""],["55270","And"],["55570","you'll"],["55720","see"],["55910","many"],["56170","more"],["56430","of"],["56510","them"],["56690","at"],["56900","various"],["57220","points"],["57410","throughout"],["57580","the"],["57660","course"],["57970","and"],["58080","if"],["58160","you"],["58240","continue"],["58650","on."],["58990",""],["59290","Where"],["59750","there's"],["59930","a"],["59990","lot"],["60140","of"],["60210","synonyms"],["60575",""],["60940","for"],["61020","the"],["61120","same"],["61460","word."],["61840",""],["62280","So"],["62490","we"],["62600","call"],["62800","the"],["62940","functions."],["63390","But you"],["63530","might"],["63690","also"],["63870","hear"],["64060","them"],["64190","referred"],["64480","to"],["64640","as"],["64819","procedures,"],["65274",""],["65730",""],["65980","or"],["66260","methods,"],["66645",""],["67030","particularly,"],["67340","if"],["67420","you've"],["67570","ever"],["67750","done"],["67960","any"],["68210","object"],["68650","oriented"],["69130","programming"],["69570","before--"],["69960","and"],["70070","don't"],["70220","worry"],["70400","if"],["70470","you"],["70540","haven't,"],["70960",""],["71405",""],["71850","not a"],["72050","big"],["72210","deal--"],["72570","but"],["72880","in"],["73240","audit"],["73500","oriented"],["73880","languages"],["74280","are"],["74350","frequently"],["74680","called"],["74990","methods."],["75295",""],["75600",""],["76055",""],["76510","Sometimes"],["76610","they're"],["76680",""],["76740","called"],["76940","subroutines."],["77305",""],["77670","But"],["77770","they"],["77840","really"],["78100","all"],["78300","refer"],["78590","to"],["78690","the"],["78780","same"],["79055",""],["79330",""],["79600","basic"],["80040","idea."],["80365",""],["80690","Let's"],["80790","see"],["80880","what"],["80970","that"],["81100","idea"],["81420","is."],["81920",""],["82200",""],["82480","What"],["82680","is"],["82770","a"],["82830","function?"],["83310","Well a"],["83370","function"],["83860",""],["84350","is"],["84510","really"],["84710","nothing"],["84950","more"],["85140","than"],["85280","a"],["85320","black"],["85740","box."],["86240",""],["86470","A"],["86530","black"],["86780","box"],["87090","that"],["87200","has"],["87400","a"],["87450","set"],["87740","of"],["87810","zero"],["88210","or"],["88350","more"],["88570","inputs"],["88920",""],["89270",""],["89580","and"],["89845",""],["90110","a"],["90180","single"],["90500","output."],["90795",""],["91090",""],["91430","So"],["91480","for"],["91570","example,"],["91970","this"],["92210","might"],["92470","be"],["92790","a"],["92890","function."],["93155",""],["93420","This"],["93430","is"],["93550","a"],["93590","function"],["93960","called"],["94460","func."],["94725",""],["94990",""],["95250",""],["95510","And"],["95720","it"],["95830","takes"],["96260","three"],["96730","inputs"],["97060",""],["97390","a,"],["97860","b,"],["98115",""],["98370","and"],["98560","c."],["99020",""],["99330","And"],["99580","inside"],["99960","that"],["100150","black"],["100380","box,"],["100750","we"],["100850","don't"],["100870","know"],["100970","exactly"],["101430","what"],["101620","it"],["101790","does,"],["102060",""],["102330",""],["102580","but"],["102760","it"],["102900","processes"],["103400","the"],["103540","inputs"],["103860","in"],["103960","some"],["104190","way"],["104510",""],["104890","and then it"],["105100","gives"],["105260","a"],["105340","single"],["105740","output,"],["106010",""],["106280","in"],["106400","this"],["106550","case,"],["106950",""],["107330","z."],["107670",""],["108006",""],["108342",""],["108680","Now"],["108890","to"],["109030","make"],["109200","it"],["109290","a"],["109340","little"],["109690","less"],["109920","abstract,"],["110185",""],["110450","we"],["110520","could"],["110670","say"],["110820","that"],["110950","maybe"],["111120","we"],["111210","have"],["111360","a"],["111410","function"],["111770","called"],["112150",""],["112420","add"],["112680",""],["112940",""],["113230","that"],["113340","takes"],["113710","three"],["114010","inputs"],["114345",""],["114680",""],["114900","a,"],["115070","b,"],["115260","and"],["115370","c"],["115780",""],["116100",""],["116420","and"],["116920","processes"],["117275",""],["117630","the"],["117810","output"],["118200","in"],["118360","some"],["118590","way"],["118750","inside"],["119060","the"],["119130","black"],["119410","box"],["119780","to"],["119880","produce"],["120140","a"],["120190","single"],["120520","output."],["121010","So"],["121080","in"],["121170","this"],["121380","case,"],["121760",""],["121960","if"],["122180","add"],["122520","takes"],["122950","3,"],["123270",""],["123590","6,"],["124040","and"],["124240","7."],["124740",""],["125190","Somewhere"],["125590","inside"],["125920","the"],["126050","add"],["126270","function,"],["126700","we"],["126800","would expect"],["127240","them"],["127400","to"],["127540","be"],["127730","added"],["128000","together"],["128340",""],["128680","to"],["128789","produce"],["129020","the"],["129130","output,"],["129570","which"],["129750","is"],["130070","3"],["130310","plus"],["130520","6"],["130770","plus"],["130949","7"],["131224",""],["131500","or"],["132000","16."],["132325",""],["132650",""],["132935",""],["133220","Similarly,"],["133635",""],["134050","you"],["134160","have"],["134270","a"],["134320","function"],["134690","called"],["135000","mult"],["135500",""],["135790","that"],["135910","takes"],["136200","two"],["136370","inputs,"],["136695","a"],["137020","and"],["137210","b,"],["137570",""],["137940","processes"],["138340","them"],["138500","in"],["138570","some"],["138810","way"],["139110",""],["139410","such"],["139630","that"],["139740","the"],["139890","output"],["140185",""],["140480","of"],["140640","the"],["140710","function"],["141070","is"],["141210","the"],["141310","product"],["141670",""],["142030","of"],["142220","the"],["142320","two"],["142510","inputs."],["142920","The"],["143010","two"],["143190","inputs"],["143450",""],["143710","multiplied"],["143975",""],["144240","together."],["144505",""],["144770",""],["145080","4"],["145420","and"],["145510","5"],["145840","being"],["146020","passed"],["146320","into"],["146510","mult,"],["146880",""],["147120","something"],["147430","happens,"],["147705",""],["147980","the"],["148100","output"],["148230",""],["148290","we"],["148400","expect"],["148900",""],["149150","is"],["149320","20."],["149730",""],["150183",""],["150636",""],["151090","Why"],["151260","do"],["151320","we"],["151410","call"],["151640","it"],["151690","a"],["151740","black"],["152120","box?"],["152510",""],["152900","Well"],["153070","if"],["153140","we"],["153250","aren't"],["153370","writing"],["153540",""],["153610","the"],["153680","functions"],["154100","ourselves,"],["154395",""],["154690","which"],["154840","we've"],["154970","done"],["155170","quite"],["155460","a"],["155510","bit"],["155760","so"],["155910","far"],["156180","cs50."],["156600",""],["156940","We've"],["157160","seen"],["157440",""],["157720","print"],["157930","f,"],["158150","for"],["158290","example,"],["158630","which"],["158780","is"],["158850","a"],["158890","function"],["159200","that"],["159310","we"],["159430","didn't"],["159700","write"],["159910","ourselves,"],["160240",""],["160570","but"],["160730","we"],["160880","do"],["161060","use"],["161440","all"],["161670","the"],["161740","time."],["162170",""],["162445",""],["162720","If"],["162850","we"],["162960","aren't"],["163110","writing"],["163320","the"],["163410","functions"],["163800","ourselves,"],["164180","we"],["164320","don't"],["164560","really"],["164790","need"],["164980","to"],["165080","know"],["165470",""],["165860","how"],["166140","it's"],["166300","actually"],["166770","implemented"],["167055",""],["167340","under"],["167490","the"],["167580","hood."],["167960",""],["168450","So"],["168590","for"],["168680","example"],["169080","the"],["169150","black"],["169410","box"],["169660","I"],["169710","just"],["169910","showed"],["170160","you"],["170270","for"],["170400","multiplication,"],["170830",""],["171260",""],["171710","mult"],["172030","a, b"],["172520","could"],["172770","be"],["172890","defined--"],["173320","and"],["173390","this"],["173520","is"],["173620","just"],["173740","some"],["173850","pseudocode--"],["174180",""],["174580",""],["174905",""],["175230","could"],["175400","be"],["175500","defined"],["175950","as"],["176290","output"],["176650",""],["177010","a"],["177130","times"],["177440","b."],["177760",""],["178100","That"],["178220","make"],["178390","sense,"],["178680","right."],["178860","If"],["178950","we"],["179070",""],["179140",""],["179360",""],["179440","have"],["179550","a"],["179630","function"],["179910","called"],["180130","mult"],["180540","that takes"],["180790","two"],["180970","inputs."],["181370","We"],["181470","would"],["181580","expect"],["181960","that the"],["182140","output"],["182450","would"],["182560","be"],["183040","the"],["183150","two"],["183450","inputs"],["183820","multiplied"],["184270","together,"],["184750","a"],["184840","times"],["185120","b."],["185400",""],["185820",""],["186240","But"],["186410","mult"],["186640","could"],["186780","also"],["187090","be"],["187260","implemented"],["187750","like"],["187990","this,"],["188350",""],["188710",""],["189170","we"],["189420","have"],["189560","a"],["189650","counter"],["190090","variable"],["190470","to"],["190530","get"],["190710","set"],["191020","inside"],["191480","of"],["191580","mult"],["191905","to"],["192230","0."],["192710",""],["193150","And"],["193260","then"],["193340","we"],["193450","repeat"],["193830","this"],["194100","process"],["194545",""],["194990","b"],["195410","times"],["195745",""],["196080",""],["196440","add"],["196760","a to"],["197040","counter."],["197420",""],["197710",""],["198000","For"],["198040","example,"],["198370","if"],["198460","we"],["198590","multiply"],["198910",""],["199230","3a"],["199575",""],["199920",""],["200190",""],["200550",""],["200930",""],["201310","by"],["201470","5b,"],["201770",""],["202070",""],["202530","we"],["202660","could"],["202810","say"],["203100","set counter to"],["203590","0,"],["204050",""],["204270","repeat"],["204710","five"],["205090","times,"],["205440",""],["205790",""],["206170","add"],["206470","3"],["206800","to"],["206890","counter."],["207330",""],["207700","So"],["207830","we"],["207900","start"],["208080","at"],["208150","0"],["208470",""],["208790","and"],["208940","then"],["209110","we"],["209210","do"],["209330","this"],["209550","five"],["209780","times"],["210220","3,"],["210540",""],["210860","6,"],["211337",""],["211814","9,"],["212291","12,"],["212770",""],["213090",""],["213410","15."],["213880",""],["214185",""],["214490","It's"],["214660","the"],["214740","same"],["214980","result."],["215310",""],["215640",""],["216060","We"],["216160","still"],["216370","get"],["216540","3"],["216730","times"],["217020","5"],["217350","just"],["217500","the"],["217750",""],["217990","implementation"],["218315",""],["218640","is"],["218750","different."],["219140",""],["219500","That's"],["219710",""],["219940",""],["220130","what"],["220210","we"],["220290","mean"],["220540","when"],["220640","we"],["220740","say"],["220810","a"],["220860","black"],["221150","box."],["221490","It"],["221580","just"],["221810","means"],["222010","we"],["222110","don't"],["222260","really"],["222500","care"],["222910","how"],["223140","it's"],["223250","implemented"],["223730","under"],["223830","the"],["223920","hood"],["224170","as long"],["224410","as the"],["224630","output"],["224940","is"],["225020","what"],["225110","we"],["225240","expect."],["225500",""],["225760",""],["226170","In"],["226350","fact,"],["226540","that's"],["226680","part"],["226830","of"],["226890","the"],["226980","contract"],["227275",""],["227570","of"],["227650","using"],["227940","functions,"],["228255",""],["228570","particularly"],["228920","functions"],["229320","that"],["229490","others"],["229860","write."],["230320",""],["230630","The"],["230730","behavior"],["231220","is"],["231330","always"],["231740","going"],["231830","to"],["231880","be"],["232080","typical,"],["232480","unpredictable"],["232880",""],["233280",""],["233630",""],["233980","based"],["234260","on"],["234310","the"],["234360","name"],["234530","of"],["234570","the"],["234650","function."],["234905",""],["235160",""],["235420","And"],["235560","that's"],["235700","why"],["235790","it's"],["235890","really"],["236060","important"],["236510","when"],["236640","you"],["236790","write"],["237060","functions"],["237500","or"],["237650","when"],["238030","other"],["238220","people"],["238430","write"],["238600","functions"],["238960","that"],["239120","you"],["239220","might"],["239470","use,"],["239745",""],["240020","that"],["240300","those"],["240580","functions"],["240880","have"],["241030","clear,"],["241325",""],["241620",""],["242020","relatively"],["242285",""],["242550","obvious"],["242960","names,"],["243380",""],["243590","and"],["243790","are"],["243880","well"],["244100","documented."],["244425",""],["244750",""],["244990","Which"],["245130","is"],["245200","certainly"],["245520","the"],["245610","case"],["245820","for"],["245920","function"],["246250","like"],["246530",""],["246740","print f."],["247065",""],["247390",""],["247780",""],["248170",""],["248560","So"],["248690","why"],["248870","do"],["248970","we"],["249130","use"],["249430","functions?"],["249860","Well as"],["250100","I"],["250220","said"],["250540","earlier,"],["250840",""],["251140",""],["251480",""],["251820","if"],["252060","we"],["252400","write"],["252600","all"],["252750","of"],["252840","our"],["252960","code"],["253190","inside"],["253480","of"],["253580","main"],["253970","things"],["254220","can"],["254370","get"],["254730","really"],["255110","cumbersome"],["255540","and"],["255700","really"],["255950","complicated."],["256295",""],["256640",""],["257120","Functions"],["257620","allow"],["257839","us"],["257940","the"],["258040","ability"],["258329","to"],["258560","organize"],["258850",""],["259140","things"],["259370","and"],["259500","break"],["259820","up"],["259980","a"],["260019","very"],["260360","complicated"],["260650",""],["260940","problem"],["261250",""],["261560",""],["261910","into"],["262110","a"],["262200","lot"],["262420","more"],["262570","manageable"],["263030","sub"],["263270","parts."],["263550",""],["263830",""],["264185",""],["264540","Functions"],["264870","also"],["265070","allow"],["265340","us"],["265440","to"],["265570","simplify"],["265920",""],["266270","the"],["266490","coding"],["266980","process."],["267340",""],["267700",""],["268130","It's"],["268290","a"],["268360","lot"],["268620","easier"],["269010","to"],["269140","debug"],["269430",""],["269720",""],["270060","a"],["270260","10"],["270630","line"],["270970","function"],["271245",""],["271520",""],["271840","versus"],["272150","a"],["272210","100"],["272530",""],["272850","line"],["273080","function"],["273510","or"],["273710","a"],["273760","1,000"],["274165",""],["274570","line"],["274860","function."],["275330",""],["275610",""],["275890","If"],["276030","we"],["276150","only"],["276330","have"],["276450","to"],["276580","debug"],["276680",""],["276920","small"],["277390","pieces"],["277730","at"],["277800","a"],["277870","time,"],["278135",""],["278400","or"],["278770","write"],["279090","small"],["279390","pieces"],["279680","at"],["279750","the"],["279820","time,"],["280190",""],["280660","it"],["280800","makes"],["281060","that"],["281230","programming"],["281590","experience"],["281850",""],["282110","a"],["282190","lot"],["282440","better."],["282800",""],["283070","Trust"],["283360","me"],["283450","on"],["283530","that"],["283670","one."],["283910",""],["284410",""],["284910","Lastly,"],["285260",""],["285610","if"],["285730","we"],["285810","write"],["286030","functions"],["286440","we"],["286550","can"],["286650","reuse"],["286915",""],["287180","those"],["287390","various"],["287700","parts."],["288170",""],["288400","Functions"],["288790","can"],["288920","be"],["289050","recycled."],["289355",""],["289660",""],["289880","They"],["290050","can"],["290170","be"],["290290","used"],["290610","in"],["290720","one"],["290930","program"],["291350","or"],["291560","another."],["291880","You've"],["292080","already"],["292270","written"],["292460","the"],["292550","function,"],["292805",""],["293060","all"],["293240","you"],["293440","need"],["293540","to"],["293640","do"],["293930",""],["294140","is"],["294340","tell"],["294610","that"],["294800","program"],["295260","where"],["295440","to"],["295500","find"],["295690","that"],["295850","function."],["296310",""],["296530","We've"],["296740","been"],["296860","recycling"],["297190","and"],["297520","using"],["297780","print"],["298030","f"],["298300","for over"],["298480","40"],["298940","years."],["299440",""],["299680","But it was"],["299740","only"],["299950","written"],["300350",""],["300850","one"],["301110","time."],["301500",""],["301825",""],["302150","Pretty"],["302330","useful,"],["302620","right."],["302980",""],["303410",""],["303840",""],["304270","All"],["304330","right."],["304600",""],["304830","So"],["305320","functions"],["305710","are"],["305770","great."],["306040","We"],["306130","know"],["306300","that."],["306580",""],["306860","Now"],["307110","let's"],["307520",""],["308020","start"],["308280","writing"],["308530","them."],["308700","Let's"],["308870","start"],["309330","getting"],["309610","them"],["309720","into"],["309890","our"],["310000","programs."],["310285",""],["310570",""],["310830","In"],["310980","order"],["311090","to"],["311200","do"],["311330","that,"],["311580","the"],["311680","first"],["311810","thing"],["311920","we"],["312170","do"],["312390","is"],["312550","declare"],["312890",""],["313230","the"],["313330","function."],["313830",""],["314115",""],["314400","When you"],["314610","declare a"],["315010","function"],["315360","what you're"],["315520","basically"],["315860","doing"],["316160","is"],["316280","telling"],["316600","the"],["316680","compiler,"],["317005",""],["317330",""],["317530","hey,"],["317940",""],["318170","just"],["318340","so"],["318430","you"],["318580","know,"],["318900","I"],["319030","am"],["319200","going"],["319320","to"],["319360","be"],["319480","writing"],["319790","a"],["319840","function"],["320230","later"],["320490","on"],["320850","and"],["321260","here's"],["321550","what"],["321700","it's"],["321820","going"],["322010","to"],["322110","look"],["322390","like."],["322760",""],["323050",""],["323340","The"],["323440","reason"],["323560","for"],["323650","this"],["323880","is"],["323970","because"],["324250","compilers"],["324700","can"],["324820","do"],["324960","some"],["325180","weird"],["325460","things"],["325720","if"],["325840","they"],["326000","see"],["326290",""],["326580",""],["326800","a"],["326960","set"],["327250","of"],["327320","symbols"],["327610",""],["327900","that"],["328000","they're"],["328100","not"],["328270","familiar"],["328660","with."],["328990",""],["329275",""],["329560","So"],["329700","we"],["329800","just"],["329960","give"],["330120","the"],["330190","compiler a"],["330550","heads"],["330790","up,"],["331050",""],["331310","I'm"],["331650",""],["331890","creating"],["332190","a"],["332230","function"],["332495",""],["332760",""],["333000","and"],["333160","it's"],["333290","going"],["333520","to"],["333650","do"],["333970",""],["334290","this."],["334720",""],["335150",""],["335580","Function"],["335890","declarations"],["336200",""],["336510","generally"],["336805",""],["337100","if you're"],["337230","organizing"],["337650","your"],["337830","code"],["338110","in"],["338200","a"],["338240","way"],["338450","that"],["338580",""],["338970","others"],["339310","will"],["339550","be"],["339690","able"],["339850","to"],["340220","understand"],["340550",""],["340880","and"],["341080","make"],["341310","use"],["341530","of,"],["341810",""],["342200",""],["342430","you"],["342590","generally"],["342820","want"],["342930","to"],["342990","put"],["343140","all of"],["343390","your"],["343490","function"],["343800","declarations"],["344065",""],["344330","at"],["344400","the"],["344480","very"],["344880","top"],["345220","of"],["345310","your"],["345440","code,"],["345790","right"],["346040","before"],["346310","you"],["346400","start"],["346680","writing"],["346950","main"],["347300","even."],["347595",""],["347890",""],["348220","And"],["348485",""],["348750",""],["349090","conveniently,"],["349520","there's"],["349670","a"],["349730","very"],["349930","standard"],["350215",""],["350500","form"],["350770","that"],["350940","every"],["351270","function"],["351640","declaration"],["351910",""],["352180","follows."],["352450",""],["352720",""],["353110",""],["353500","They"],["353680","all"],["353990","pretty"],["354190","much"],["354440","look"],["354650","like"],["354910","this."],["355230",""],["355550",""],["355820",""],["356090","There"],["356220","are"],["356270","three"],["356660","parts"],["357080","to"],["357190","a"],["357240","function"],["357560","declaration,"],["357880",""],["358200",""],["358490","return"],["358960","type,"],["359380",""],["359715",""],["360050","name,"],["360510",""],["360975",""],["361440","and"],["361860","argument"],["362270","list."],["362710",""],["363065",""],["363420","Now"],["363610","the"],["363720","return"],["364060","type"],["364380","is"],["364610","what"],["364870","kind"],["365080","of"],["365160","variable"],["365550","the"],["365620","function"],["365980","will"],["366150","output."],["366570",""],["366875",""],["367180","So"],["367220","for"],["367330","example,"],["367760","if"],["367890","we"],["368280","think"],["368440","back"],["368650","a"],["368690","minute"],["368870","ago"],["369110","to"],["369490","the"],["369860","multiplying"],["370195",""],["370530","two"],["370710","numbers"],["371170","function,"],["371660",""],["372105",""],["372550","what"],["372780","do"],["372830","we"],["372950","expect"],["373280",""],["373610","if"],["373740","we"],["373870","multiply"],["374130",""],["374390","an"],["374500","integer"],["374860","by"],["374990","an"],["375090","integer"],["375390",""],["375690","the"],["375810","output"],["376030","will"],["376150","be"],["376490",""],["376935",""],["377380","probably"],["377630","an"],["377700","integer,"],["378090","right."],["378440",""],["378720","Multiplied"],["379140","two"],["379210","integers"],["379580","together,"],["380040","you"],["380160","get"],["380280","an"],["380380","integer."],["380710","So"],["380840","the"],["380920","return"],["381290","type"],["381480","of"],["381570","that"],["381760","function"],["382070","would"],["382200","be"],["382530","int."],["382870",""],["383230",""],["383715",""],["384200","Name"],["384530","is"],["384600","what"],["384700","you"],["384770","want"],["384880","to"],["384930","call"],["385160","your"],["385290","function."],["385645",""],["386000","This"],["386020","is"],["386130","probably"],["386400","the"],["386510","least"],["386790","important"],["387210","part"],["387400","of"],["387480","the"],["387550","function"],["387820","declaration,"],["388140",""],["388460",""],["388895",""],["389330","in"],["389450","terms"],["389700","of"],["390060","functionality."],["390520",""],["390980",""],["391260","But"],["391360","is"],["391460","actually"],["391670","probably"],["391930","one"],["392080","of"],["392120","the"],["392180","most"],["392640","important"],["392980","parts"],["393160","of"],["393210","the"],["393270","function"],["393570","declaration"],["394050","in"],["394130","terms"],["394340","of"],["394440","knowing"],["394730","what"],["394860","the"],["394950","function"],["395320","actually"],["395810","does."],["396300",""],["396710",""],["397120","If"],["397220","you"],["397320","name"],["397510","your"],["397630","function"],["398120","f"],["398400","or"],["398550","g"],["398970","or"],["399140","h"],["399520","or"],["399610","mystery"],["399935",""],["400260","or"],["400330","something"],["400550","like"],["400720","that,"],["401070",""],["401280","you're"],["401380","probably"],["401700","going"],["401830","to"],["401900","get a little"],["402340","tripped"],["402560","up"],["402680","trying to"],["402850","remember"],["403080","what"],["403340","those"],["403540","functions"],["403810",""],["404080","do."],["404365",""],["404650","So"],["404770","it's"],["404840","important"],["405190","to"],["405270","give"],["405410","your"],["405520","function's"],["405920","meaningful"],["406185",""],["406450","names."],["406930",""],["407405",""],["407880","Lastly,"],["408220",""],["408560","argument"],["409010","list"],["409420","is"],["409560","the"],["409690","comma"],["410040","separated"],["410530","list"],["411030","of"],["411200","all"],["411480","the"],["411630","inputs"],["412070","to"],["412130","your"],["412270","function,"],["412770",""],["413180","each"],["413400","of"],["413490","which"],["413690","has"],["413860","a"],["413980","type"],["414410",""],["414760","and"],["414930","a"],["414980","name."],["415260","So"],["415420","not"],["415610","only"],["415790","do"],["415890","you"],["416080","have"],["416260","to"],["416360","specify"],["416615",""],["416870","what"],["417210","type"],["417410","of"],["417520","variable"],["417840","the"],["417920","function"],["418310","will"],["418530","output,"],["418940",""],["419350",""],["419700","you"],["419880","also"],["420150","want"],["420260","to"],["420310","specify"],["420760","what"],["421200","type"],["421700",""],["422130","and"],["422370","types"],["422705",""],["423040",""],["423400","of"],["423680","variables"],["424155",""],["424630","the"],["424730","function"],["425030","will"],["425130","be"],["425250","accepting"],["425595",""],["425940",""],["426210","as"],["426470","inputs."],["426810",""],["427150",""],["427435",""],["427720","So"],["427840","let's"],["428020","do"],["428130","an"],["428200","example"],["428560","here."],["428860","Let's"],["428970","just"],["429110","take"],["429230","a"],["429270","look"],["429420","at a"],["429480","more"],["429640","concrete"],["430000","one."],["430220","So"],["430280","here's"],["430540","an"],["430650","example"],["431090","of"],["431170","a"],["431230","function"],["431570","declaration"],["431915",""],["432260",""],["432510","for"],["432670","a"],["432720","function"],["433080","that"],["433130","would"],["433310","add"],["433640","two"],["433870","integers"],["434270","together."],["434740",""],["435050",""],["435360","The"],["435470","sum"],["435680","of"],["435760","two"],["435910","integers"],["436340","is"],["436580","going"],["436710","to"],["436770","be an"],["436840","integer"],["437105","as"],["437370","well,"],["437490","as"],["437550","we"],["437620","just"],["437800","discussed."],["438125",""],["438450","And"],["438610","so"],["438680","the"],["438770","return"],["439160","type,"],["439410","here"],["439620","in"],["439720","green,"],["440070","would"],["440220","be"],["440550",""],["440870","int."],["441260",""],["441610","That just"],["441890","tells"],["442130","us"],["442230","that"],["442380","add"],["442620","two"],["442790","ints"],["442980","is"],["443080","going"],["443310","to,"],["443720","at"],["443860","the"],["443960","end"],["444070","of"],["444120","the"],["444190","day,"],["444570",""],["444880",""],["445190","output,"],["445670","or"],["445760","spit it"],["446050","back"],["446240","out"],["446380","to"],["446560","us,"],["446815",""],["447070","an"],["447220","integer."],["447610",""],["448030",""],["448450",""],["448870","Given"],["449050","what"],["449160","this"],["449300","function"],["449690","does"],["450150","we"],["450260","want"],["450420","to"],["450460","give"],["450600","it"],["450660","a"],["450710","meaningful"],["451160","name."],["451590","Add"],["451880","two"],["452140","ints"],["452360","seems"],["452750","appropriate,"],["453230","considering"],["453630","we're"],["453730","taking"],["454070",""],["454410","two"],["454600","integers"],["454950","as"],["455070","inputs"],["455440","and"],["455700",""],["455960","hopefully"],["456380","adding"],["456620","them"],["456740","together."],["457200",""],["457665",""],["458130","It"],["458200","might"],["458350","be"],["458480","a"],["458520","bit"],["458660","of"],["458740","a"],["458810","cumbersome"],["459220","name"],["459450","and"],["459550","frankly"],["459840","this"],["459970","function"],["460240","is"],["460330","probably"],["460640","not"],["460840","necessary"],["461280","since"],["461450","we"],["461540","have"],["461770","the"],["461990","addition"],["462430","operator,"],["462860",""],["462960","if"],["463040","you"],["463130","recall"],["463400","from"],["463530","our"],["463610","discussion"],["463960","of"],["464110","operators,"],["464395",""],["464680","previously."],["464995",""],["465310",""],["465810",""],["466310","But"],["466750","let's"],["466950","just"],["467090","say"],["467250","for"],["467400","sake"],["467590","of"],["467660","argument"],["467960","that"],["468050","this"],["468210","function"],["468710","is"],["468940","useful"],["469430",""],["469650","and"],["469800","so"],["469970","we'll call"],["470190","it"],["470390","add"],["470650","two"],["470900","ints."],["471350",""],["471727",""],["472104",""],["472481",""],["472860","Lastly,"],["473190","this"],["473320","function"],["473750","takes"],["474005",""],["474260","two"],["474500","inputs."],["474865",""],["475230","Each"],["475330","of"],["475440","which"],["475790","is"],["475940","an"],["476030","integer."],["476520",""],["476960","So"],["476980","we"],["477070","have"],["477290","this"],["477480","comma"],["477790","separated"],["478260","list"],["478510","of"],["478650","inputs."],["478960",""],["479270",""],["479585",""],["479900","Now"],["480390","we"],["480820","generally"],["481150","want"],["481270","to"],["481320","give"],["481710","a"],["481850","name"],["482300","to"],["482390","each"],["482590","of"],["482660","them"],["482830","so"],["483020","that they"],["483200","can"],["483340","be"],["483470","used"],["483950","within"],["484260","the"],["484340","function."],["484705",""],["485070","The"],["485180","names"],["485660",""],["485960","aren't"],["486260","terribly"],["486650","important."],["486915",""],["487180","In"],["487300","this"],["487460","case,"],["487830","we"],["487840","don't"],["488060","necessarily"],["488445",""],["488830","have"],["489145",""],["489460",""],["489690","any"],["489900","meaning"],["490400","attached"],["490760","to"],["490830","them."],["491080",""],["491400","So"],["491410","we"],["491500","can"],["491590","just"],["491740","call"],["491950","them"],["492190","a and"],["492540",""],["492890","b."],["493140","That's"],["493330","totally"],["493690","fine."],["494030",""],["494400","If"],["494580","however,"],["494850","you"],["494960","find"],["495120","yourself"],["495330","in"],["495410","a"],["495460","situation"],["495775",""],["496090","where"],["496300","the"],["496630","names"],["497040","of"],["497100","the"],["497160","variables"],["497560","might"],["497830","actually"],["498140","be"],["498320","important,"],["498680",""],["499040",""],["499453",""],["499866",""],["500280","you might"],["500330","want"],["500510","to call them"],["500640","something"],["500920","other"],["501150","than"],["501350","a"],["501540","and b"],["501830","to"],["501880","give"],["502000","them"],["502070","something"],["502380","more"],["502850","symbolically"],["503170",""],["503490","meaningful."],["503970",""],["504416",""],["504862",""],["505310","But"],["505450","in"],["505510","this"],["505670","case,"],["506080",""],["506400","we"],["506420","don't"],["506540","really"],["506680","know"],["506820","anything"],["507040","else"],["507190","about"],["507350","the"],["507410","function."],["507700","We"],["507780","just"],["507910","want"],["508030","to"],["508070","add"],["508270","two"],["508400","integers."],["508705",""],["509010",""],["509320","So"],["509410","we'll"],["509530","just"],["509770","call"],["509910","those"],["510030","integers"],["510330","a"],["510630","and"],["510925",""],["511220","b."],["511560",""],["511994",""],["512429","That's"],["512580","one"],["512750","example."],["513019",""],["513289",""],["513639",""],["513990","Why"],["514130","don't"],["514190","you"],["514640","take"],["514809","a"],["514860","second"],["515220","to"],["515350","think"],["515549","about"],["515950","this"],["516150","one,"],["516460",""],["516730","how"],["516960","would you"],["517070","write"],["517230","a"],["517280","function"],["517630","declaration"],["517930",""],["518230","for"],["518350","a"],["518400","function"],["518740","that"],["518870","multiplies"],["519274",""],["519679","two"],["520120","floating"],["520524",""],["520929","point"],["521380",""],["521669","numbers?"],["521984",""],["522299",""],["522619",""],["522940","Do you remember"],["523130","what"],["523230","a"],["523280","floating"],["523630","point"],["523870","number"],["524179","is?"],["524530",""],["524990",""],["525450",""],["525910","What"],["526280","would"],["526510","this"],["526730","function"],["527110","declaration"],["527370",""],["527630","look"],["527850","like?"],["528120","I"],["528480","actually"],["528800","recommend"],["529140","you"],["529270","pause"],["529580","the"],["529650","video"],["529960","here"],["530230","and"],["530350","take"],["530680",""],["530935",""],["531190","how"],["531490",""],["531790","much"],["531970","time"],["532190","you"],["532300","need."],["532550",""],["532970",""],["533330","Think"],["533530","about"],["533720","what"],["533930","this"],["534090","function"],["534410","declaration"],["534865",""],["535320","would"],["535480","be?"],["535700","What"],["535860","would"],["535960","the"],["536030","return"],["536390","type"],["536610","be?"],["536770","What"],["536910","would"],["537030","a"],["537060","meaningful"],["537440","name"],["537720","be?"],["537880","What"],["538000","would"],["538120","the"],["538260","inputs"],["538710","be?"],["538970",""],["539275",""],["539580","So"],["539690","why don't"],["539800","you"],["539890","pause"],["540100","the"],["540180","video"],["540540","here"],["540910",""],["541190","and"],["541540",""],["541890","write-up"],["542090",""],["542180","a"],["542260","function"],["542630","declaration"],["542910",""],["543190","for a"],["543330","function"],["543700","that would"],["543820","multiply"],["544320","two"],["544620","floating"],["545040","point"],["545300","numbers"],["545640","together."],["546040",""],["546440",""],["546840",""],["547240",""],["547640","Hopefully you"],["548010","paused"],["548250","the"],["548320","video."],["548700",""],["549015",""],["549330","So"],["549430","let's"],["549450","take"],["549600","a"],["549650","look"],["549820","at"],["549870","an"],["549950","example"],["550290","of"],["550670","one"],["550940","possible"],["551320","declaration."],["551695",""],["552070",""],["552510",""],["552950","Float"],["553335",""],["553720","mult"],["554120","two"],["554480","reals"],["554905",""],["555330","float"],["555720","x,"],["556020",""],["556320","float"],["556590","y."],["556870",""],["557235",""],["557600","The"],["557700","product"],["557980","of"],["558050","two"],["558240","floating"],["558590","point"],["558800","numbers,"],["559090","which"],["559260","recall"],["559760","are"],["560210","how"],["560380","we"],["560510","represent"],["560950","real"],["561340","numbers"],["561710","or"],["561770","numbers"],["562050","with"],["562190","decimal"],["562650","values"],["562925",""],["563200",""],["563546",""],["563892",""],["564240","in"],["564420","c,"],["564850",""],["565190",""],["565530","is"],["565640","going"],["565800","to"],["565860","be"],["565980","a"],["566030","floating"],["566330","point"],["566520","number."],["566770","When"],["566860","you"],["566930","multiply"],["567430","a"],["567640","decimal"],["568000","by"],["568150","a"],["568200","decimal,"],["568570","you're"],["568680","probably"],["569080","going"],["569160","to"],["569200","get"],["569310","a"],["569360","decimal."],["569770",""],["570115",""],["570460","You"],["570570","want"],["570670","to"],["570710","give"],["570850","it"],["570910","a"],["570980","relevant"],["571360","name."],["571650","Multiply"],["572090","two"],["572430","reals"],["572750","seems"],["573075",""],["573400","fine."],["573810","But"],["573940","you"],["574010","could"],["574110","really"],["574300","call"],["574480","it"],["574590","mult"],["574875","two"],["575160","floats,"],["575580","or"],["575930","mult"],["576260","floats."],["576620","Anything"],["576890","like"],["577050","that,"],["577250","as"],["577340","long"],["577520","as"],["577590","it"],["577850","gave"],["578150","some"],["578570","actual"],["578930","meaning"],["579290","to"],["579400","what"],["579540","this"],["579700","black"],["580000","box"],["580240","was"],["580350","going"],["580590","to"],["580710","do."],["581070",""],["581410",""],["581750","And"],["581910","again,"],["582160","in"],["582240","this"],["582370","case,"],["582570","we"],["582660","don't"],["582860","seem"],["583030","to"],["583080","have"],["583290","any"],["583440","meaning"],["583860","attached"],["584260","to"],["584525",""],["584790","the"],["584890","names"],["585250","of"],["585310","the"],["585360","variables"],["585740","we're"],["585810","passing"],["586210","in,"],["586390","so we"],["586490","just"],["586690","call"],["586870","them"],["587090",""],["587420","x"],["587750",""],["588080","and"],["588300","y."],["588590",""],["589080","Now"],["589170","if you"],["589270","call"],["589460","them"],["589530","something"],["589770","else,"],["590140","that's"],["590320","totally"],["590630","fine."],["591020","In"],["591100","fact,"],["591460","if"],["591560","you"],["591660","did"],["591930","this"],["592330","declaration"],["592620",""],["592910","instead"],["593310","using"],["593630","doubles"],["593895",""],["594160","instead"],["594460","of"],["594550","floats,"],["594930","if"],["595030","you"],["595140","recall"],["595450","that"],["595640","doubles"],["595965",""],["596290",""],["596570","are"],["596710","a"],["596740","different"],["597010",""],["597280","way"],["597600","to"],["597790","more"],["598170","precisely"],["598635",""],["599100","specify"],["599450",""],["599800",""],["600060","real"],["600370","numbers"],["600740","or"],["600800","floating"],["601190","point"],["601460","variables."],["601755",""],["602050",""],["602330","That's"],["602550","totally"],["602820","fine"],["603040","too."],["603270",""],["603620","Either"],["603870","one"],["604010","of"],["604050","those"],["604200","would be"],["604240","fine."],["604670","In"],["604790","fact,"],["605100",""],["605390","there"],["605540","are"],["605590","several"],["605870","different"],["606090","combinations"],["606365",""],["606640","of"],["606890",""],["607180","ways"],["607520","to"],["607650","declare"],["607960","this"],["608110","function."],["608410","But"],["608510","these"],["608680","are"],["608750","two"],["609160","pretty"],["609350","good"],["609510","ones."],["609870",""],["610323",""],["610776",""],["611230","We've"],["611380","declared"],["611740","a"],["611790","function,"],["612080","that's"],["612250","great."],["612550","We've"],["612650","told"],["612740","the"],["612820","compiler"],["613225",""],["613630","what"],["614120","it"],["614230","is,"],["614520","what"],["614690","we're"],["614800","going"],["614890","to"],["614930","be"],["615040","doing."],["615410",""],["615700","Now"],["615890","let's"],["616050","actually"],["616390",""],["616730","write"],["617110","that"],["617350","function."],["617630","Let's"],["617770","give"],["617900","it"],["617950","a"],["618010","definition,"],["618395",""],["618780",""],["618990","so"],["619180","that"],["619460","inside"],["619960","the"],["620040","black"],["620360","box"],["620750","predictable"],["621100",""],["621450","behavior"],["621770","is"],["622090","happening."],["622510",""],["622840","In"],["623180","fact,"],["623400","we"],["623520","are"],["623910","multiplying"],["624245",""],["624580","two"],["624800","real"],["624960","numbers"],["625240","together,"],["625510","or"],["625720","adding"],["625970","numbers"],["626270","together,"],["626550","or"],["626730","doing"],["627000","whatever"],["627380","it"],["627440","is"],["627640",""],["627960","that"],["628050","we"],["628200","asked"],["628430","our"],["628520","function"],["628890","to"],["628990","do."],["629300",""],["629760","So"],["629930","in"],["630010","fact,"],["630320","let's"],["630430","try"],["630660","and"],["630770","define"],["631035",""],["631300","multiply"],["631580",""],["631860","two"],["632120","reals"],["632390","which"],["632530","we"],["632600","just"],["632780","talked"],["633000","about"],["633160","a"],["633200","second"],["633450","ago."],["633770",""],["634165",""],["634560",""],["634955",""],["635350","Now"],["635660",""],["635970","the"],["636290","beginning"],["636780","of"],["636860","a"],["636930","function"],["637380","definition"],["637825",""],["638270",""],["638560","looks"],["639020","almost"],["639295",""],["639570","exactly"],["639850",""],["640130","the"],["640230","same"],["640530","as"],["640650","a"],["640720","function"],["641060","declaration."],["641390",""],["641720","I"],["641740","have"],["642010","both"],["642360","of"],["642510","them"],["642630","here."],["642900",""],["643170","At"],["643330","the"],["643410","top"],["643750","is"],["643870","the"],["643960","function"],["644350","declaration,"],["644775",""],["645200","type,"],["645670",""],["645920","name,"],["646400",""],["646640","comma"],["646920","separated"],["647390","argument"],["647770","list,"],["648035",""],["648300","semicolon."],["648650",""],["649000",""],["649410","The"],["649520","semicolon"],["649805",""],["650090","indicates"],["650375","that"],["650660","that"],["650910","is"],["651050","a"],["651120","function"],["651470",""],["651820","declaration."],["652225",""],["652630",""],["653020",""],["653410",""],["653800","The"],["653900","beginning"],["654220","of"],["654280","the"],["654360","function"],["654730","definition"],["655125",""],["655520",""],["655740","looks"],["656030","almost"],["656420","exactly"],["656740",""],["657060","the"],["657150","same,"],["657520",""],["657860","type,"],["658300",""],["658660","name,"],["658925",""],["659190",""],["659540","comma"],["659830","separated"],["660280","argument"],["660700","list,"],["661170",""],["661640","no"],["662070","semicolon,"],["662475",""],["662880",""],["663335",""],["663790","open"],["664030","curly"],["664300","brace."],["664800",""],["665250","The open"],["665510","curly"],["665800","brace,"],["666090","just"],["666320","as"],["666400","we've"],["666540","been"],["666620","doing"],["666820","with"],["666940","main,"],["667260",""],["667580","means"],["667810","that"],["667890","we"],["668050","are"],["668090","now"],["668250","beginning"],["668670","to"],["668820","define"],["669180",""],["669540","what"],["669810","happens"],["670300","inside"],["670730","the"],["670810","black"],["671160","box that"],["671610","we've"],["671820","decided"],["672130","to"],["672200","call"],["672470",""],["672740","mult"],["673160","two"],["673430",""],["673700","reals."],["673970",""],["674240",""],["674740","Here is"],["674970","one"],["675140","way"],["675250","to"],["675310","implement"],["675780","it."],["675900","We"],["676020","could"],["676180","say,"],["676475",""],["676770","we"],["676920","could"],["677330","declare"],["677370","a new"],["677540","variable"],["677870",""],["678200","of"],["678300","type"],["678570","float"],["679000","called"],["679290","product"],["679650",""],["680010",""],["680370","and"],["680510","assign"],["680930","that"],["681310","variable"],["681750","to the"],["681900","value"],["682155",""],["682410","x"],["682710","times"],["683040","y."],["683440",""],["683730",""],["684020","And"],["684280","then"],["684710","return"],["685155",""],["685600",""],["686000","product."],["686305",""],["686610",""],["686960",""],["687310","What"],["687460","does"],["687560","return"],["688040","mean"],["688250","here."],["688430","Well"],["688600","return"],["688885",""],["689170","is"],["689360","the"],["689440","way"],["689550","we"],["689710","indicate"],["690010",""],["690310",""],["690710","that's"],["690970","how"],["691090","we're"],["691200","passing"],["691580","the"],["691740","output"],["692200","back"],["692450","out."],["692670",""],["693035",""],["693400","So"],["693650","return"],["694030",""],["694410","something,"],["694685",""],["694960",""],["695350","is"],["695490","the"],["695570","same"],["695910","as,"],["696180","this"],["696410","is"],["696520","the"],["696710","output"],["696965",""],["697220","of"],["697380","the"],["697450","black"],["697740","box."],["698160","So"],["698260","that's"],["698560","how"],["698680","you"],["698830","do"],["699020","it."],["699380",""],["699790",""],["700200",""],["700610",""],["701020","Here's"],["701200","another"],["701460","way"],["701590","to"],["701660","implement"],["702090","it."],["702190","We"],["702310","could"],["702440","just"],["702790","return"],["703150",""],["703510","x"],["703790","times"],["704110","y."],["704580",""],["705050","x"],["705190","is a"],["705250","float."],["705660",""],["705870","y"],["706120","is"],["706240","a"],["706290","float."],["706660","So"],["706880","x"],["707130","times"],["707390","y"],["707690","is"],["707850","also"],["708210","a"],["708260","float."],["708490","We"],["708560","don't"],["708680","even"],["708820","need"],["708980","to"],["709080","create"],["709460","another"],["709800","variable."],["710135",""],["710470",""],["710750","So"],["710860","that's"],["710990","a"],["711050","different"],["711460","way"],["711620","to"],["711740","implement"],["712115",""],["712490","the"],["712620","exact"],["713100","same"],["713570",""],["713860","black"],["714110","box."],["714610",""],["715038",""],["715466",""],["715894",""],["716322",""],["716750","Now"],["716920","take"],["717110","a"],["717150","moment,"],["717485",""],["717820","pause"],["717940","the"],["718010","video"],["718280","again,"],["718570","and"],["718710","try"],["719020","and"],["719090","define"],["719540","add"],["719900","two"],["720210","ints,"],["720710","which"],["720870","is"],["720930","the"],["721060","other"],["721270","function"],["721620","that we"],["721680","talked"],["721890","about"],["722060","a"],["722090","moment"],["722350","ago."],["722740",""],["723090","Again"],["723400","here,"],["723600","I've"],["723640","put"],["723860","the"],["723920","function"],["724230","declaration,"],["724600",""],["724970",""],["725230","and"],["725370","so"],["725450","the"],["725530","semicolon,"],["725835",""],["726140",""],["726440","and"],["726860","an"],["726980","open"],["727250","curly"],["727520","brace"],["727710","and"],["727790","a"],["727880","closed"],["728170","curly"],["728420","brace to"],["728750","indicate"],["729180","where"],["729400","we"],["729490","will"],["729660","fill"],["730150","in"],["730310","the"],["730430","contents"],["730710",""],["730990","of"],["731090","add"],["731290","two"],["731470","ints,"],["731820",""],["732080","so"],["732270","that we"],["732370","define"],["732810","the"],["732890","particular"],["733330","behavior"],["733590",""],["733850","inside"],["734270","the"],["734330","black"],["734620","box."],["734875",""],["735130",""],["735530","So"],["735670","pause the"],["736040","video."],["736380","And take"],["736650","as"],["736750","much"],["736940","time"],["737120","as"],["737210","you"],["737310","need"],["737620","to"],["737880","try"],["738090","and"],["738260","define"],["738525",""],["738790","an"],["738930","implementation"],["739325",""],["739720","of"],["739850","add"],["740160","two"],["740370","ints,"],["740850","such"],["741330","that"],["741670",""],["741940","when"],["742440","the"],["742620",""],["742940",""],["743260",""],["743680",""],["743850",""],["743930","function"],["744210","outputs"],["744540","a"],["744580","value,"],["745040","it"],["745160","does,"],["745360","in"],["745500","fact,"],["745730","return"],["746010","the"],["746090","sum"],["746370",""],["746650",""],["747060","of"],["747330","the"],["747430","two"],["747660","inputs."],["747955",""],["748250",""],["748637",""],["749024",""],["749411",""],["749800","So"],["749920","just"],["750080","like"],["750190","the"],["750270","previous"],["750560","example,"],["750920","there"],["751100","are"],["751150","several"],["751530","different"],["751780","ways"],["752000","that"],["752080","you"],["752160","could"],["752330","implement"],["752645",""],["752960","add"],["753240","two"],["753470","ints."],["753900",""],["754210","Here's"],["754580","one."],["754855",""],["755130","In"],["755260","here"],["755520","in"],["755580","orange"],["756020","I've just"],["756310","had"],["756590","some"],["756830","comments--"],["757330","I've"],["757380","just"],["757580","added"],["757780","some"],["757920","comments"],["758320","to"],["758410","indicate"],["758880","what's"],["759110","happening"],["759510","on"],["759650","each"],["759880","line"],["760070","of"],["760160","code."],["760550",""],["760975",""],["761400","So"],["761500","I"],["761600","declare"],["761860","a"],["761890","variable"],["762260","called"],["762530","sum"],["762890",""],["763250","of"],["763430","type"],["763870","int."],["764300",""],["764676",""],["765052",""],["765430","I"],["765510","say"],["765710","sum"],["766160","equals"],["766650","a"],["766810","plus"],["767160","b."],["767460","That's"],["767650","where we're"],["767730","actually"],["767960","doing"],["768230","the"],["768320","work"],["768710","adding"],["769060","a and"],["769300","b"],["769420","together."],["769860",""],["770070","And"],["770330","I"],["770390","return"],["770730",""],["771070","sum."],["771325",""],["771580",""],["771850","And"],["772060","that"],["772190","makes"],["772390","sense"],["772630","because"],["772920","sum"],["773185",""],["773450","is"],["773570","a"],["773610","variable"],["774030","of"],["774140","type"],["774520",""],["774920","int."],["775390",""],["775790",""],["776090",""],["776460","And"],["776730","what's"],["776940","the"],["777020","data"],["777230","type"],["777460","that"],["777560","this"],["777720","function"],["778080",""],["778200","tells"],["778540","me"],["778670","it's"],["778790","going"],["778960","to"],["779050","output?"],["779540",""],["779935",""],["780330","Int."],["780680","So I'm"],["780840","returning"],["781200",""],["781560","sum,"],["781835",""],["782110","which"],["782260","is"],["782340","an"],["782510","integer"],["782880","variable."],["783205",""],["783530","And"],["783670","that"],["783800","makes"],["784000","sense"],["784260","given"],["784460","what we've"],["784690","declared"],["785170","and"],["785260","defined"],["785610","our"],["785670","function"],["786030","to"],["786110","do."],["786270",""],["786620",""],["786970",""],["787320","Now"],["787480","you"],["787580","can"],["787690","also"],["787930","define"],["788240","the"],["788300","function"],["788685",""],["789070","this"],["789180","way,"],["789430",""],["789700","int"],["789870","sum"],["790190","equals"],["790520","a"],["790640","plus"],["790930","b--"],["791160","skip"],["791440","that"],["791830","first"],["792140","step--"],["792590",""],["792960",""],["793330","and"],["793500","then,"],["793730","return"],["794180","sum."],["794560",""],["794910",""],["795260","Now you could have"],["795510","also"],["795760","implemented"],["796250","it"],["796410","this"],["796610","way,"],["796950",""],["797355",""],["797760","which"],["797950","I"],["798030","highly"],["798420","do"],["798530","not"],["798720","recommend."],["799180","This"],["799330","is"],["799440","bad"],["799770","style"],["800210","for"],["800320","one"],["800560","thing"],["800820",""],["801080","and"],["801500","really"],["801880","bad"],["802170","design,"],["802540","but"],["802650","it"],["802780","does,"],["802990","in"],["803130","fact,"],["803470","work."],["803830",""],["804020",""],["804420","If"],["804510","you"],["804610","take"],["804830","this"],["805010","code,"],["805400",""],["805760","which"],["805910","is"],["806120",""],["806590","int"],["806780","add"],["806860","bad"],["807360","adder"],["807640",""],["807800","dot"],["808110","c,"],["808365",""],["808620",""],["809040",""],["809460","and"],["809750","use"],["810010","it."],["810200","It actually"],["810500","does"],["810860","add"],["811170","two"],["811310","integers"],["811630","together."],["811990","It's"],["812386",""],["812782",""],["813180","a"],["813220","very"],["813610","poor"],["813940","implementation"],["814300",""],["814660","of"],["814770","this"],["815110",""],["815375",""],["815640","particular"],["816015",""],["816390",""],["816630","behavior."],["816935",""],["817240",""],["817525",""],["817810","But"],["817830","it"],["817930","does"],["818110","work."],["818340","It's"],["818500","just"],["818750",""],["818860","here"],["819270","to"],["819400","illustrate"],["819780","the"],["819850","point"],["820140","that"],["820500","we"],["820690","don't"],["820910","really"],["821200","care"],["821640","what"],["821960","happens"],["822225",""],["822490","inside"],["822900","the"],["822970","black"],["823350","box,"],["823615",""],["823880",""],["824140","as"],["824330","long"],["824530","as"],["824610","it"],["824690","has"],["824960","the"],["825100","output"],["825430","that"],["825530","we"],["825650","expect."],["825960",""],["826270",""],["826510","This"],["826680","is"],["826770","a"],["826830","poorly"],["827290","designed"],["827610",""],["827930",""],["827960","black"],["828240","box."],["828650",""],["828870","But"],["829080","at"],["829140","the"],["829240","end"],["829380","the"],["829440","day,"],["829600","it"],["829740","does"],["829930","still"],["830180","output"],["830510","the"],["830580","sum"],["831050",""],["831320","of"],["831530","a"],["831670","plus"],["831970","b."],["832270",""],["832695",""],["833120",""],["833545",""],["833970","All"],["834040","right."],["834300","So"],["834530","we've"],["834720","declared"],["835010",""],["835300","functions."],["835655",""],["836010",""],["836320","And"],["836530","we've"],["836680","defined"],["837120","function."],["837490","So"],["837620","that's"],["837830","really"],["838080","good."],["838540","Now"],["838810","let's"],["839020","start"],["839130","to"],["839260","use"],["839740","the"],["839820","functions"],["840190",""],["840560","that"],["840650","we've"],["840820","declared"],["841205",""],["841590","and"],["841780","we've"],["841880","defined."],["842370",""],["842695",""],["843020","To"],["843150","call"],["843550","a"],["843650","function--"],["844030",""],["844410","it's"],["844540","actually"],["844770","pretty"],["845010","easy--"],["845460","all"],["845530","you"],["845590","need"],["845740","to"],["845810","do"],["845960","is"],["846080","pass"],["846420","it"],["846530","appropriate"],["846805",""],["847080","arguments,"],["847490",""],["847900","arguments"],["848300","of"],["848410","the"],["848500","data"],["848760","type"],["849070","that it"],["849310","expects,"],["849645",""],["849980",""],["850280","and"],["850460","then"],["850580","assign"],["851000","the"],["851090","return"],["851345",""],["851600","value"],["851910",""],["852220",""],["852560",""],["852900","of"],["853110","that"],["853330","function"],["853665",""],["854000",""],["854265",""],["854530","and"],["854650","this--"],["854950","excuse"],["855080","me--"],["855190","assign"],["855540","the"],["855620","return"],["855920","value"],["856130","of"],["856170","that"],["856300","function"],["856720",""],["856980","to"],["857160","something"],["857610","of"],["857710","the"],["857780","correct"],["858250","type."],["858740",""],["859065",""],["859390","So"],["859490","let's"],["859610","have"],["859730","a"],["859780","look"],["859960","at"],["860020","this"],["860100",""],["860290","in"],["860760",""],["861230","practice"],["861590",""],["861950","in"],["862110","a"],["862160","file"],["862410","called"],["862690","adder 1 dot"],["863040","c,"],["863463",""],["863886",""],["864310","which"],["864510","I"],["864550","have"],["864780","in"],["864860","my"],["864990","cs50"],["865285",""],["865580","IDE."],["865835",""],["866090",""],["866500",""],["866910",""],["867320",""],["867730","So"],["867880","here"],["868280","is"],["868490","adder"],["868963","1"],["869436","dot"],["869910","c."],["870220",""],["870573",""],["870926",""],["871280","At"],["871410","the"],["871470","beginning"],["871780","you see"],["871870","I"],["871980","have"],["872250","my"],["872390","includes,"],["872840","pound"],["873170","include,"],["873500","standard"],["873890","IO,"],["874226","and"],["874562","cs50"],["874900","dot h."],["875240",""],["875460","And"],["875620","then"],["875710","I"],["875750","have"],["875910","my"],["876030","function"],["876480","declaration."],["876865",""],["877250",""],["877700","This"],["877830","is"],["877930","where"],["878080","I'm"],["878180","telling"],["878560","the"],["878640","compiler"],["879020",""],["879400","I'm"],["879570","going"],["879680","to"],["879720","be"],["879810","writing"],["880080","a"],["880120","function"],["880580","called"],["880950","add"],["881230","two"],["881430","ints."],["881890",""],["882370",""],["882850","It's"],["882990","going"],["883180","to"],["883300","output"],["883615",""],["883930","an"],["884090","integer"],["884490","type"],["884750","variable."],["885035",""],["885320",""],["885780","That's"],["885840","what"],["885930","this"],["886070","part"],["886250","is"],["886340","right"],["886470","here."],["886810",""],["887085",""],["887360","And"],["887430","then"],["887530","I"],["887560","have"],["888020","two"],["888410","inputs"],["888810","to"],["888990","it"],["889180","a and"],["889600","b,"],["889990","each"],["890190","of"],["890280","which"],["890450","is"],["890550","an"],["890610","integer."],["891070",""],["891510",""],["891950","Inside"],["892280","of"],["892360","main,"],["892710","I"],["892800","ask"],["893060","the"],["893170","user"],["893390","for"],["893550","input"],["893990",""],["894412",""],["894834",""],["895256",""],["895680","by"],["896010","saying,"],["896300","give"],["896460","me"],["896580","an"],["896640","integer."],["897090",""],["897476",""],["897862",""],["898250","And"],["898740","they"],["898880","are"],["898950","prompted"],["899310","to"],["899500","forget"],["899815",""],["900130","int,"],["900360","which"],["900520","is"],["900590","a"],["900640","function"],["900950","that"],["901040","is"],["901150","included"],["901500","in"],["901560","the"],["901650","cs50"],["902020",""],["902390","library."],["902650",""],["902910",""],["903240","And"],["903430","that"],["903550","gets"],["903700","stored"],["903960","in"],["904150","x,"],["904460",""],["904770","an"],["904910","integer"],["905185",""],["905460",""],["905950","variable."],["906440",""],["906846",""],["907252",""],["907660","Then"],["907770","we"],["907860","prompt"],["908140","them for"],["908260","another"],["908590","integer."],["909080",""],["909483",""],["909886","We get"],["910290","another"],["910570","integer and"],["910890","store"],["911080","that"],["911260","in y."],["911625",""],["911990",""],["912350",""],["912710",""],["913070","And"],["913210","then,"],["913500","here"],["913830","on"],["913920","line"],["914120","28,"],["914425",""],["914730","is"],["914840","where"],["914940","we"],["915070","make"],["915430","our"],["915790","function"],["916085",""],["916380","call."],["916850",""],["917230",""],["917610",""],["917990","We"],["918150","are"],["918220","saying,"],["918540",""],["918860","int"],["919210","z"],["919500",""],["919790",""],["920070","equals"],["920520","add"],["920870","2"],["921267","ints"],["921664",""],["922061","x"],["922460","comma"],["922740",""],["923020","y."],["923290",""],["923770","Do"],["924250","you"],["924340","see"],["924510","why"],["924640","this"],["924820","makes"],["925060","sense?"],["925520",""],["925980","x"],["926210","is"],["926310","an"],["926390","integer"],["926680","type"],["926900","variable"],["927275",""],["927650","and"],["927840","y"],["928150","is"],["928290","an"],["928370","integer"],["928680","type"],["928920","variable."],["929200",""],["929480",""],["929710","So"],["929830",""],["930320",""],["930810","that's"],["931040","good."],["931220","That"],["931360","make"],["931530","sense"],["931740","with"],["931830","what"],["932130","our"],["932310","function"],["932750","declaration"],["933005","on"],["933260","line"],["933690","17"],["934170","looks"],["934420","like."],["934570","The"],["934660","comma"],["934970","separated"],["935470","input"],["935790","list"],["936260",""],["936540",""],["936820","expects"],["937300","two"],["937560","integers,"],["937820","a"],["938080","and"],["938420","b."],["938670","In"],["938770","that"],["938930","case,"],["939200","we"],["939370","can"],["939490","call"],["939700","them"],["939780","whatever"],["940000","we"],["940090","want."],["940300","It"],["940350","just"],["940560","expects"],["941060","two"],["941340","integers."],["941615",""],["941890",""],["942300","And"],["942560","x"],["942780","is"],["942850","an"],["942910","integer"],["943410",""],["943740","and"],["943890","y"],["944090","is an integer."],["944345",""],["944600",""],["944930","That"],["945070","works."],["945440",""],["945640","And"],["945830","we"],["945930","know"],["946140","that"],["946340","function"],["946600","is"],["946660","going"],["946850","to"],["947120","output an"],["947560","integers"],["947760","as well."],["948080",""],["948400",""],["948680","And"],["948870","so"],["948990","we"],["949130","are"],["949210","storing"],["949465",""],["949720","the"],["949870","output"],["950230",""],["950590","of"],["950740","the"],["950820","function,"],["951290","add"],["951570","two"],["951800","ints,"],["952230",""],["952530","in"],["952950","an"],["953130","integer"],["953450","type"],["953670","variable,"],["954150","which"],["954290","we're"],["954400","calling"],["954840",""],["955180","z."],["955540",""],["955795",""],["956050","And"],["956230","then"],["956330","we"],["956420","can"],["956550","say,"],["956855",""],["957160","the"],["957280","sum"],["957680","of"],["957980",""],["958280","percent"],["958620","i"],["959010","and"],["959170","percent"],["959530","i"],["959810",""],["960070","is"],["960520","percent"],["960910","i."],["961170",""],["961575",""],["961980","x,"],["962336",""],["962692","y"],["963050","and"],["963210","z"],["963465",""],["963720","respectively"],["964005",""],["964290","filling"],["964610","in"],["964710","those"],["964950","percent"],["965430","i's."],["965730",""],["966210","What"],["966390","is"],["966470","the"],["966540","definition"],["966795",""],["967050","of"],["967130","add"],["967380","two"],["967790","ints look"],["967970","like?"],["968280",""],["968590","It's"],["968670","pretty"],["968840","simple."],["969125","It's one of the"],["969410","ones"],["969820","we"],["969900","just"],["970040","saw"],["970230","a"],["970330","second"],["970510","ago,"],["970890",""],["971270","int"],["971430","sum"],["971750","equals"],["972020","a"],["972120","plus"],["972400","b"],["972760",""],["973130","return"],["973510","sum."],["973840",""],["974115",""],["974390","Does"],["974540","this"],["974700","work?"],["975060",""],["975420","Let's"],["975610","save"],["975800","the"],["975880","file."],["976370",""],["976820",""],["977270","And"],["977380","then"],["977490","down here on my"],["977920","terminal"],["978250","I'm going to"],["978540",""],["978830","make"],["979310",""],["979585",""],["979860","adder"],["980160","1,"],["980460",""],["980865",""],["981270",""],["981675",""],["982080","and"],["982150","I"],["982230","clear"],["982460","my"],["982570","screen."],["983000","I'm"],["983060","going"],["983140","to"],["983180","zoom"],["983530","in"],["983680","because"],["983760","I"],["983800","know"],["983920","it's"],["983990","a"],["984040","little"],["984210","difficult"],["984610","to"],["984680","see."],["985110",""],["985603",""],["986096",""],["986589",""],["987082",""],["987575",""],["988068",""],["988561",""],["989054",""],["989547",""],["990040",""],["990533",""],["991026",""],["991520","So"],["991650","we"],["991750","compile"],["992070","this"],["992220","program"],["992550","as"],["992910","adder"],["993360","1."],["993770","So"],["993880","we"],["993960","can"],["994070","do"],["994190","dot"],["994460","slash"],["994745",""],["995030",""],["995500",""],["995970","adder"],["996170",""],["996270","1."],["996610",""],["997043",""],["997476",""],["997910","Give"],["998090","me"],["998190","an"],["998270","integer,"],["998550",""],["998830",""],["999165",""],["999500","10."],["999780",""],["1000060","Give"],["1000200","me"],["1000310","another"],["1000560","integer,"],["1001000",""],["1001280","20."],["1001600",""],["1001920",""],["1002380","The"],["1002470","sum"],["1002820","of"],["1002970","10"],["1003370","and"],["1003520","20"],["1003800",""],["1004080","is"],["1004240","30."],["1004720",""],["1005200","So we made a"],["1005280","successful"],["1005670","function"],["1006000","call."],["1006250",""],["1006705",""],["1007160",""],["1007615","You can"],["1008070","run"],["1008260","the function"],["1008570","again,"],["1009010",""],["1009480",""],["1009950","negative"],["1010350","10,"],["1010780",""],["1011045",""],["1011310","17"],["1011770",""],["1012230",""],["1012565",""],["1012900","sum"],["1013160","of"],["1013260","negative"],["1013550","10"],["1013760","and"],["1013870","17"],["1014360","is"],["1014630",""],["1014860","7."],["1015160",""],["1015460",""],["1015820","This"],["1015980","function"],["1016270",""],["1016560","works."],["1016840",""],["1017120","It"],["1017210","has"],["1017370","the"],["1017440","behavior"],["1017770","that"],["1017860","we"],["1017970","expect"],["1018340","it"],["1018430","to."],["1018670",""],["1018955",""],["1019240","And"],["1019310","so"],["1019690",""],["1019965",""],["1020240","we've"],["1020360","made"],["1020490","a"],["1020540","successful"],["1020815",""],["1021090","function,"],["1021445",""],["1021800","definition,"],["1022185",""],["1022570","declaration,"],["1022945",""],["1023320",""],["1023610","and"],["1023880","a"],["1023950","successful"],["1024240",""],["1024530",""],["1024780","function"],["1025109","call."],["1025450",""],["1025932",""],["1026414",""],["1026896",""],["1027380","Couple"],["1027619","miscellaneous"],["1027894",""],["1028170","points"],["1028420","about"],["1028640","functions"],["1029079","before we"],["1029349","conclude"],["1029740","this"],["1029880","section."],["1030359",""],["1030800","Recall"],["1031079","from"],["1031150","our"],["1031260","discussion"],["1031640","of"],["1031770","data"],["1032020","types,"],["1032319","previously,"],["1032750","that"],["1032859","functions"],["1033310","can"],["1033430","sometimes"],["1033930","take"],["1034270",""],["1034560","no"],["1034849","inputs."],["1035194",""],["1035540",""],["1035824",""],["1036109","If"],["1036230","that's"],["1036470","the"],["1036560","case,"],["1036824",""],["1037089","we"],["1037220","declare"],["1037530","the"],["1037619","function"],["1037930","as"],["1038010","having"],["1038280","a"],["1038550","void"],["1038980","argument"],["1039400","list."],["1039790",""],["1040200","Do"],["1040270","you"],["1040329","recall"],["1040599","what"],["1040700","the"],["1040760","most"],["1040970","common"],["1041270","function"],["1041579","we've"],["1041670","seen"],["1041920","so"],["1042099","far"],["1042300","that"],["1042410","takes"],["1042680","a"],["1042940","void"],["1043339","argument"],["1043680","list"],["1043900","is?"],["1044210",""],["1044623",""],["1045036","It's"],["1045450","main."],["1045819",""],["1046312",""],["1046805",""],["1047300","Recall"],["1047609","also"],["1047930","that"],["1048190","function"],["1048530","sometimes"],["1048800",""],["1049070","don't"],["1049400","actually"],["1049690","have"],["1049850","an"],["1049940","output."],["1050195",""],["1050450",""],["1050850","In"],["1050960","that"],["1051120","case,"],["1051290","we"],["1051390","declare"],["1051680","the"],["1051790","function"],["1052190","as"],["1052270","having"],["1052530","a"],["1052620","void"],["1053040","return"],["1053410","type."],["1053790",""],["1054210","Let's"],["1054390","conclude"],["1054690","this"],["1054810","section"],["1055080",""],["1055350","by"],["1055450","tackling"],["1055725",""],["1056000","a"],["1056070","practice"],["1056460","problem."],["1056860",""],["1057200",""],["1057540",""],["1057880","So"],["1058140","here's"],["1058370","the"],["1058450","problem"],["1058780","laid out."],["1059150",""],["1059525",""],["1059900","I"],["1059980","want"],["1060160","you"],["1060250","to"],["1060400","write"],["1060650","a"],["1060710","function"],["1061120","called"],["1061395",""],["1061670","valid"],["1062130","triangle."],["1062425",""],["1062720",""],["1063175",""],["1063630","What"],["1063780","this"],["1063910","function"],["1064220","should"],["1064440","do"],["1064740","is"],["1064880","take"],["1065130","three"],["1065470",""],["1065810","real"],["1066085",""],["1066360","numbers"],["1066740",""],["1067120",""],["1067410","that"],["1067590","represent"],["1068040","the"],["1068160","lengths"],["1068600","of"],["1068750","the"],["1068840","three"],["1069170","sides"],["1069450",""],["1069730","of"],["1069840","a"],["1069890","triangle"],["1070165",""],["1070440",""],["1070715",""],["1070990","as"],["1071230","its"],["1071360","parameters,"],["1071645",""],["1071930","or its"],["1072150","arguments,"],["1072415",""],["1072680","or its"],["1072940","inputs--"],["1073280",""],["1073620","another"],["1073850","set"],["1074010","of"],["1074080","synonyms"],["1074550","that"],["1074680","you"],["1075000",""],["1075320","might"],["1075460","encounter."],["1075930",""],["1076400",""],["1076870",""],["1077340","This"],["1077550","function"],["1077850","should"],["1078030","either"],["1078300","output"],["1078800","true"],["1079070",""],["1079340",""],["1079830","or"],["1079990","false"],["1080405",""],["1080820",""],["1081120","depending"],["1081540","on"],["1081630","whether"],["1081810","those"],["1082100","three"],["1082400","lengths"],["1082800","are"],["1082930","capable"],["1083195",""],["1083460","of"],["1083570","making"],["1083880","a"],["1083930","triangle."],["1084200",""],["1084470",""],["1084960","Do"],["1085040","you"],["1085090","remember"],["1085300","the"],["1085430","data"],["1085680","type"],["1085900","that"],["1085980","we"],["1086110","used"],["1086390","to"],["1086440","indicate"],["1086775",""],["1087110","true"],["1087410",""],["1087710","or"],["1087820","false?"],["1088110",""],["1088400",""],["1088782",""],["1089164",""],["1089546",""],["1089930","Now"],["1090280",""],["1090710","how"],["1090930","do"],["1091000","you"],["1091160","implement"],["1091490","this?"],["1091650","Well"],["1091870","know"],["1092040","there"],["1092210","are"],["1092250","a"],["1092280","couple"],["1092560","of"],["1092700","rules"],["1093020","regarding"],["1093370","triangles"],["1093810","that are"],["1093900","actually"],["1094140","useful"],["1094420","to"],["1094530","know."],["1094810",""],["1095145",""],["1095480","A"],["1095570","triangle"],["1095950","can"],["1096090","only"],["1096370","have"],["1096550","sides"],["1096880","with"],["1096960","positive"],["1097230",""],["1097500","length."],["1098000",""],["1098410","That"],["1098570","makes"],["1098750","sense."],["1099000","You're"],["1099040","probably"],["1099520",""],["1099920","saying,"],["1100210","duh."],["1100680",""],["1101033",""],["1101386",""],["1101740","The"],["1101850","other"],["1101960","thing"],["1102100","to"],["1102180","note"],["1102390","though,"],["1102600","is"],["1102770","that"],["1102900","the"],["1102970","sum"],["1103390","of"],["1103490","the"],["1103560","lengths"],["1103840","of"],["1103970","any"],["1104270","two"],["1104540","sides"],["1104890","of"],["1104960","the"],["1105030","triangle"],["1105405",""],["1105780","has"],["1106080","to"],["1106160","be"],["1106280","greater"],["1106640","than"],["1106780","the"],["1106860","length"],["1107070","of"],["1107170","the"],["1107220","third"],["1107440","side."],["1107650","That's"],["1107800","actually"],["1108070","true."],["1108460",""],["1108690","You"],["1108790","can't"],["1109020","have"],["1109200","a"],["1109240","triangle"],["1109690","of"],["1109790","sides"],["1110200","1,"],["1110505",""],["1110810","2"],["1111190","and"],["1111370","4,"],["1111745","for"],["1112120","example,"],["1112590",""],["1112860","because"],["1113050","1"],["1113340","plus"],["1113600","2"],["1113875",""],["1114150","is"],["1114340","not"],["1114700","greater"],["1115010","than"],["1115160","4."],["1115590",""],["1115930",""],["1116270","So"],["1116420","those"],["1116640","are"],["1116660","the"],["1116800","rules"],["1117030","that"],["1117130","determine"],["1117600","whether"],["1117860","or"],["1117920","not"],["1118180","the"],["1118270","three"],["1118570",""],["1118870","inputs"],["1119280",""],["1119690",""],["1119980",""],["1120270","can"],["1120575",""],["1120880","conceivably"],["1121150",""],["1121420","form"],["1121610","a"],["1121650","triangle."],["1121950",""],["1122250",""],["1122740","So"],["1122750","take"],["1122980","a"],["1123000","couple"],["1123230","of"],["1123300","minutes"],["1123590","and"],["1123750","declare"],["1124130",""],["1124510",""],["1124990","and"],["1125180","then"],["1125350","define"],["1125740",""],["1126130",""],["1126360","this"],["1126610","function"],["1127010","called"],["1127460",""],["1127720","valid"],["1128090","triangle,"],["1128375",""],["1128660",""],["1128860","such"],["1129120","that"],["1129350","it"],["1129520","actually"],["1129810","has"],["1130100","the"],["1130170","behavior"],["1130620","specified"],["1130880",""],["1131140","here."],["1131395",""],["1131650","It"],["1131740","will"],["1131890","output"],["1132270","true"],["1132605",""],["1132940","if"],["1133110","those"],["1133340","three"],["1133520","sides"],["1133820","are"],["1133870","capable"],["1134175",""],["1134480",""],["1134790","of"],["1135180",""],["1135600","comprising"],["1135920","a"],["1136240","triangle,"],["1136515",""],["1136790",""],["1137030","and"],["1137270","false"],["1137645",""],["1138020","otherwise"],["1138305",""],["1138590",""],["1139050",""],["1139510",""],["1139970",""],["1140430","Ready to"],["1140780","see how you"],["1141070","did?"],["1141360",""],["1141655",""],["1141950","Here's"],["1142150","one"],["1142450","implementation"],["1142880",""],["1143310","of"],["1143790","valid"],["1144220","triangle."],["1144650","It's"],["1144810","not"],["1145070","the"],["1145200","only"],["1145470","one."],["1145770","Yours"],["1146020","might"],["1146250","vary"],["1146510","slightly."],["1147000",""],["1147385",""],["1147770","But"],["1147950","this"],["1148150","one"],["1148580","does,"],["1148800","in"],["1148910","fact,"],["1149230",""],["1149410","have"],["1149660","the"],["1149720","behavior"],["1150100","that we"],["1150230","expect."],["1150495",""],["1150760",""],["1151040","We"],["1151200","declare"],["1151680","our"],["1151720","function"],["1152040","at"],["1152120","the"],["1152180","very"],["1152420","top,"],["1152840",""],["1153080","bool"],["1153480","valid"],["1153820","triangle"],["1154135",""],["1154450","float"],["1154790","x"],["1155130","float"],["1155440","y"],["1155690","float"],["1156020","z."],["1156350",""],["1156630","So"],["1156760","again,"],["1156980","this"],["1157150","function"],["1157470","takes"],["1157790","three"],["1158230","real"],["1158510","numbers"],["1158930","as"],["1159040","its"],["1159160","arguments,"],["1159565",""],["1159970","floating"],["1160390","point"],["1160670","value"],["1161160","variables,"],["1161470",""],["1161780",""],["1162280","and"],["1162470","outputs"],["1162940","a"],["1163090","true"],["1163440","or"],["1163590","false"],["1163910","value,"],["1164190",""],["1164470","which"],["1164560","is"],["1164660","a"],["1164710","Boolean,"],["1165050",""],["1165390","recall."],["1165810",""],["1166160",""],["1166510","So"],["1166620","that's"],["1166770","why"],["1166870","the"],["1166970","return"],["1167280","type"],["1167520","is"],["1167710","bool."],["1168180",""],["1168660","Then"],["1168860","we"],["1168970","define"],["1169410","the"],["1169490","function."],["1169755",""],["1170020","First"],["1170250","thing"],["1170350","we"],["1170460","do"],["1170620","is"],["1170730","check"],["1170960","to"],["1171040","make"],["1171190","sure"],["1171310","that"],["1171490","all"],["1171700","of"],["1171810","the"],["1171880","sides"],["1172230","are"],["1172300","positive."],["1172580",""],["1172860",""],["1173140","If"],["1173370","x"],["1173640","is"],["1173750","less"],["1173930","than"],["1174020","or"],["1174080","equal"],["1174280","to"],["1174350","0,"],["1174660",""],["1174970","or"],["1175400","if"],["1175520","y"],["1175770","is"],["1175880",""],["1176160","equal"],["1176360","to"],["1176430","0,"],["1176720",""],["1177010","or"],["1177320",""],["1177630","if"],["1177790","z"],["1178040","is"],["1178150","less"],["1178320","than"],["1178400","or"],["1178440","equal"],["1178620","to"],["1178700","0,"],["1179200",""],["1179650","that"],["1179890","can't"],["1180080","possibly"],["1180370","be a"],["1180520","triangle."],["1180785",""],["1181050","They"],["1181170","don't"],["1181320","have"],["1181460","positive"],["1181830","sides."],["1182105",""],["1182380","And"],["1182550","so"],["1182670","we"],["1182790","can"],["1183130","return"],["1183520","false"],["1184010","in that situation."],["1184320",""],["1184630",""],["1185016",""],["1185402",""],["1185790","Next,"],["1186120","we"],["1186190","check"],["1186400","to"],["1186470","make"],["1186610","sure"],["1186760","that"],["1187000","every"],["1187350","pair"],["1187670",""],["1187990","of"],["1188180","inputs"],["1188485",""],["1188790",""],["1189010","is"],["1189210","greater"],["1189690","than"],["1189975",""],["1190260","the"],["1190710","third"],["1191000","one."],["1191270",""],["1191550",""],["1191830","So if"],["1192150","x"],["1192400","plus"],["1192600","y"],["1192900","is"],["1193050","less"],["1193310","than"],["1193410","or"],["1193510","equal"],["1193630","to"],["1193720","z,"],["1194160",""],["1194530","or if"],["1194810","x"],["1195060","plus"],["1195240","z"],["1195560","is"],["1195660","less"],["1195810","than"],["1195900","or"],["1195970","equal"],["1196180","to"],["1196300","y,"],["1196690",""],["1197060","or if"],["1197500","y"],["1197780","plus"],["1198020","z"],["1198260","is"],["1198380","less"],["1198550","than"],["1198650","or"],["1198690","equal"],["1198900","to"],["1199040","x,"],["1199390",""],["1199740","that"],["1200020","also"],["1200330","can't"],["1200560","be"],["1200670","a"],["1200710","valid"],["1201000","triangle."],["1201365",""],["1201730","So"],["1201900","we"],["1202010","return"],["1202340","false"],["1202600","again."],["1203010",""],["1203405",""],["1203800","Assuming"],["1203970","we"],["1204010",""],["1204230","passed"],["1204490",""],["1204570","both"],["1204910","of"],["1205020","the"],["1205100","checks"],["1205360","though,"],["1205750",""],["1206000","then"],["1206170","we"],["1206250","can"],["1206380","return"],["1206680","true."],["1206900","Because"],["1207180","those"],["1207400","three"],["1207550","sides"],["1207950","are"],["1208200","capable"],["1208475",""],["1208750","of"],["1208880","returning--"],["1209160",""],["1209440","of"],["1209620","creating"],["1210000","a"],["1210040","valid"],["1210320","triangle."],["1210740",""],["1211200",""],["1211660","And"],["1211770","that's"],["1211940","it."],["1212230","You've"],["1212640","now"],["1212780","declared"],["1213150","and"],["1213310","defined."],["1213570",""],["1213830","And"],["1214330",""],["1214630","you"],["1214770","may"],["1214910","be"],["1215010","able"],["1215130","to"],["1215200","now"],["1215320","use"],["1215585","and"],["1215850","call"],["1216175",""],["1216500","this"],["1216700","function."],["1217100",""],["1217330","Great"],["1217480","job."],["1217840",""],["1218247",""],["1218654",""],["1219061",""],["1219470","I'm"],["1219710","Doug"],["1219910","Lloyd."],["1220300",""],["1220650","This"],["1221120","is"],["1221270","cs50."],["1221570",""],["1221870",""],["1222170",""],["1222470",""],["1222770",""],["1223070",""],["1223370",""],["1223670",""],["1223970",""],["1224270",""]],"paragraphs":[0,5400,43240,80690,133220,168450,219500,248560,284910,323340,363420,384200,407880,448870,487180,513990,549330,589080,629760,674740,716750,749800,787320,833970,859390,907660,945640,991520,1027380,1057880,1091650,1131650,1170020,1191830],"speakers":{"5400":"DOUG LLOYD"}}