{"words":[["0",""],["494",""],["988",""],["1482",""],["1976",""],["2470",""],["2964",""],["3458",""],["3952",""],["4446",""],["4940",""],["5440","All"],["5510","right."],["5640","So"],["5730","now"],["5930","let's"],["6040","talk"],["6190","about"],["6320","something"],["6590","really"],["7040","useful"],["7520","in"],["7630","programming--"],["7980",""],["8330","conditional"],["8820","statements."],["9260",""],["9700",""],["10160","So"],["10210","conditional"],["10560","expressions"],["11010","allow"],["11070",""],["11240","your"],["11360","programs"],["11830","to"],["11930","make"],["12280","decisions"],["12550",""],["12820","and"],["12930","take"],["13150","different"],["13470","forks"],["13810","in"],["13890","the"],["14010","road,"],["14360","something"],["14500","I"],["14590","alluded"],["14850","to"],["15000","little"],["15240","earlier,"],["15680",""],["15960","depending"],["16329","on"],["16430","the"],["16510","values"],["16765",""],["17020","of"],["17110","variables,"],["17390",""],["17670","or"],["17790","based"],["18030","on"],["18120","what"],["18230","the"],["18320","user"],["18560","inputs"],["18950",""],["19120",""],["19380","at"],["19580","the"],["19830","programmer,"],["20330","at"],["20450","the"],["20510","command"],["20780","line,"],["20990","or"],["21080","if"],["21170","you"],["21310","have"],["21480","a"],["21600","prompt"],["21720","or"],["21840","something"],["22020","like"],["22160","that."],["22460",""],["22795",""],["23130","C"],["23560","has"],["23850","a"],["23950","couple"],["24240","of"],["24310","different"],["24550","ways"],["24780","to"],["24910","express"],["25320",""],["25730","conditional"],["26090","expressions,"],["26560","which"],["26690","we"],["26790","also"],["26990","sometimes"],["27230","will"],["27340","call"],["27730","a"],["27800","conditional"],["28190","branch"],["28590",""],["28990",""],["29320",""],["29650","in"],["29800","your"],["29900","programs."],["30270","And"],["30410","some"],["30580","of"],["30620","these"],["30770","are"],["30790","going"],["30810","to"],["30920","look"],["31070","pretty"],["31280","familiar"],["31710","to"],["31830","you"],["32140","from"],["32409","scratch,"],["32659",""],["32910","so"],["33075","we'll"],["33240","even"],["33340","pull"],["33570","them"],["33690","up"],["33850","side"],["34180","by"],["34320","side,"],["34655",""],["34990","just"],["35190","you"],["35340","can"],["35780","make"],["36000","that"],["36120","analogy"],["36490","in"],["36570","your"],["36680","head."],["36920",""],["37336",""],["37752",""],["38170","So,"],["38455",""],["38740","if--"],["39220",""],["39550","if"],["39710","is"],["39810","a"],["39860","pretty"],["40040","simple"],["40370","conditional."],["40670",""],["40970",""],["41250","If"],["41725",""],["42200","you"],["42260","recall"],["42450","from"],["42560","scratch"],["42950","on"],["43020","the"],["43090","right"],["43300","here"],["43560","you"],["43780","could"],["43980","fill"],["44330","in"],["44490","that"],["44945",""],["45400",""],["45745",""],["46090","is"],["46170",""],["46620","hexagon"],["46935",""],["47250",""],["47560","with"],["47890","a"],["48080","blue"],["48340","expression"],["48770","if"],["49140","mouse"],["49600","down"],["50000","or"],["50200","if"],["50550","x"],["50810","is"],["50970","less"],["51210","than"],["51510","10,"],["51840","or"],["51910","something"],["52120","like"],["52250","that."],["52710",""],["53010","And"],["53340","then,"],["53820","if"],["54160","x"],["54400","was"],["54660","less"],["54870","than"],["54990","10,"],["55300","or"],["55410","if"],["55590","the"],["55670","mouse"],["55950","was"],["56240","in"],["56330","fact,"],["56750","down,"],["57070",""],["57390","all"],["57600","of"],["57710","the"],["57810","code"],["58210","inside"],["58710","of"],["58830","the"],["59240",""],["59690","puzzle"],["60050","piece"],["60325",""],["60600","would"],["60740","execute."],["61140","All"],["61250","the"],["61310","things"],["61480","that"],["61600","fit"],["61800","inside"],["62170","that"],["62390","C"],["62630","shape."],["63060",""],["63390",""],["63720","Similarly,"],["63975","do"],["64230","we"],["64420","have"],["64830",""],["65315",""],["65800","if"],["66120","on"],["66250","the"],["66340","left"],["66580","there."],["66900",""],["67200","If"],["67470","Boolean"],["67910","expression,"],["68295",""],["68680","which"],["68740","I'm"],["68810","just"],["68970","using"],["69210","as"],["69310","a"],["69370","substitute"],["69870","for"],["70060","one"],["70300","of"],["70360","the"],["70430","Boolean"],["70660","expressions"],["71010","we"],["71150","previously"],["71540","discussed,"],["71855",""],["72170",""],["72590",""],["73010","open"],["73360","curly"],["73670","brace,"],["73955",""],["74240",""],["74510","close"],["74830","curly"],["75090","brace."],["75240","So"],["75390","think"],["75560","of"],["75700","open"],["76000","curly"],["76300","brace"],["76640","and"],["76780","closed"],["77120","curly"],["77390","brace"],["77720","as"],["77810","sort"],["77990","of"],["78070","analogous"],["78345",""],["78620","to"],["79000",""],["79240","the"],["79510",""],["79780","sandwich"],["80120",""],["80460","effect"],["80940",""],["81230","of"],["81410","the"],["81630","if"],["81850","block"],["82190","on"],["82350","the"],["82450","right"],["82720","from"],["82830","scratch."],["83110",""],["83390",""],["83730",""],["84070","If"],["84240","the"],["84310","Boolean"],["84590","expression"],["84970",""],["85350","in"],["85635",""],["85920","the"],["86160",""],["86430","if"],["86765",""],["87100","statement"],["87450","is"],["87590","true,"],["87905",""],["88220",""],["88680","then"],["88840","all"],["89150","the"],["89240","lines"],["89520","of"],["89590","code"],["89850","between"],["90120","the"],["90210","curly"],["90520","braces"],["90900","will"],["91130","execute"],["91435",""],["91740","in"],["91960","order"],["92330","from"],["92510","top"],["92750","to"],["92830","bottom."],["93180",""],["93525",""],["93870","If"],["94010","the"],["94100","Boolean"],["94310","expression"],["94660","is"],["94810","false,"],["95155",""],["95500","we'll"],["95700","skip"],["96080","over"],["96430","everything"],["96830","in"],["96870","between"],["97080","the"],["97160","curly"],["97380","braces,"],["97750","because"],["98190","we"],["98370","only"],["98610","want"],["98740","to"],["98780","go"],["98950","down"],["99180","that"],["99420","fork"],["99650","in"],["99730","the"],["99820","road"],["100190",""],["100490","if"],["100870","the"],["101000","Boolean"],["101270","expression"],["101545",""],["101820","is"],["102180",""],["102380","true."],["102680",""],["103152",""],["103624",""],["104096",""],["104570","We"],["104760","can"],["105090","take"],["105350","this"],["105500","one"],["105750","step"],["106020","further"],["106375",""],["106730","with"],["107160","if"],["107540",""],["107770","else."],["108040",""],["108310",""],["108540","So"],["108750","this"],["109100","Scratch"],["109380","block"],["109580","is"],["109680","pretty"],["110010","similar"],["110440","to"],["110560","the"],["110630","one"],["110820","we"],["110920","saw"],["111160","just"],["111360","a"],["111400","second"],["111680","ago,"],["111940",""],["112200",""],["112410","except"],["112800",""],["113250",""],["113700",""],["114150","it"],["114520","takes"],["114750","two"],["114910","different"],["115320","paths"],["115760","based"],["116030","on"],["116110","what"],["116220","happens."],["116550","So"],["116890",""],["117120","if"],["117570","the"],["117690","mouse"],["117960","was"],["118280","down,"],["118680","or"],["118840","if"],["119040","x"],["119250","was"],["119540","less"],["119730","than"],["119880","10,"],["120150",""],["120420","we'll"],["120640","do"],["120780","everything"],["121090","that's"],["121225","in"],["121360","between"],["121670","that"],["121870","first"],["122230",""],["122590","fork,"],["122980","that"],["123170","first"],["123660","C."],["124030",","],["124405",""],["124780","Otherwise,"],["125145",""],["125510","if"],["125780","the"],["125880","mouse"],["126160","is"],["126380","up,"],["126740","or"],["126940","x"],["127180","is"],["127300","not"],["127490","less"],["127680","than"],["127820","10,"],["128190",""],["128430","we"],["128780","will"],["129090","do"],["129259","everything"],["129600","in"],["129669","the"],["129740","second"],["130120","set."],["130460","And"],["130600","that's"],["130789","analogous"],["131210","to"],["131300","what"],["131410","you"],["131470","see"],["131690","here"],["131920","for"],["132070","C."],["132470",""],["132850","If"],["133105",""],["133360","Boolean"],["133720","expression,"],["134065",""],["134410",""],["134710",""],["135010","do"],["135170","the"],["135270","stuff"],["135490","between"],["135840","the"],["135910","first"],["136190","set"],["136320","of"],["136410","curly"],["136660","braces."],["136955",""],["137250",""],["137580",""],["137910","Else,"],["138390",""],["138810","do"],["139020","the"],["139105","stuff"],["139190","between"],["139400","the"],["139460","second"],["139720","set"],["139830","of"],["139900","curly"],["140100","braces."],["140550","So"],["140625","if"],["140700","the"],["140780","Boolean"],["140970","expression"],["141270","is"],["141360","true,"],["141640",""],["141920","we'll"],["142080","do"],["142230","whatever's"],["142420","between"],["142630","the"],["142690","first"],["142900","set."],["143330",""],["143550","If"],["143700","the"],["143770","Boolean"],["143960","expression"],["144290","is"],["144440","false,"],["144765",""],["145090",""],["145390","that"],["145540","would"],["145650","trigger"],["145940","the"],["146410","else,"],["146690",""],["146970",""],["147225",""],["147480","and"],["147620","we"],["147710","would"],["147860","do"],["148000","whatever's"],["148325",""],["148650","in"],["148810","the"],["148890","second"],["149280","set"],["149470","of"],["149560","curly"],["149695","braces."],["149830",""],["150100","Again,"],["150540","top"],["150790","to"],["150860","bottom,"],["151180","all"],["151440","lines"],["151740","in"],["151860","between"],["152100","the"],["152180","braces."],["152435",""],["152690",""],["153190",""],["153690",""],["154190","In"],["154410","C,"],["154910","it's"],["155050","possible"],["155450","to"],["155530","create"],["155770","an"],["156050","if-else"],["156450",""],["156780",""],["157100","if-else"],["157520",""],["157830","chain."],["158130","In"],["158280","fact"],["158480","you"],["158540","can"],["158600","have"],["158850","if-else"],["159200",""],["159440",""],["159680","if-else"],["160080",""],["160330","if-else,"],["160680",""],["160920","if,"],["161190","and"],["161290","so"],["161420","on"],["161500","and"],["161570","so"],["161660","on"],["161740","and"],["161820","so"],["162000","on."],["162200",""],["162460",""],["162720","In"],["162860","Scratch,"],["163260","this"],["163390","required"],["163760","nesting"],["164250","the"],["164340","blocks."],["164660","You"],["164740","add"],["164890","an"],["165050","if-else,"],["165260",""],["165650",""],["166040","and"],["166260","you"],["166320","had"],["166430","to"],["166490","put"],["166620","another"],["166890","one"],["167110","inside"],["167440","of"],["167530","the"],["167680","else,"],["167980",""],["168280","and"],["168430","so"],["168630","on,"],["168890","and"],["168990","it"],["169150","got"],["169320","kind"],["169480","of"],["169530","nested"],["169805",""],["170080","and"],["170320","complicated."],["170715",""],["171110","But"],["171205",""],["171300","C,"],["171760","we"],["171840","don't"],["171970","have"],["172090","to"],["172170","do"],["172280","that."],["172450","We"],["172540","can"],["172660","actually"],["172890","just"],["173030","have"],["173200","it"],["173300","be"],["173450","a"],["173530","chain"],["173860","like"],["174070","this."],["174520",""],["174910",""],["175300","Again,"],["175620","as"],["175730","you"],["175800","might"],["175910","expect,"],["176400","all"],["176610","of"],["176720","these"],["176900","branches"],["177290","are"],["177400","mutually"],["177750","exclusive."],["178050",""],["178350","You"],["178450","can"],["178550","only"],["178760","ever"],["178990","go"],["179170","down"],["179470","one"],["179760","of"],["179860","the"],["179950","branch."],["180205",""],["180460",""],["180750","If"],["181040","this"],["181270","is"],["181400","true."],["181830",""],["182270","Otherwise,"],["182750","if"],["182880","this"],["183030","is"],["183140","true."],["183570",""],["183930","Otherwise,"],["184350","if"],["184470","this"],["184650","is"],["184740","true."],["185180",""],["185440",""],["185700","Otherwise,"],["185990",""],["186280","do"],["186420","this."],["186810",""],["187120","So"],["187300","all"],["187560","four"],["187800","of"],["187870","the"],["187940","branches"],["188360","in"],["188480","this"],["188650","example"],["189025",""],["189400","are"],["189530","mutually"],["189830",""],["190130","exclusive."],["190570",""],["191010","It's"],["191190","an"],["191370","if-else"],["191625",""],["191880",""],["192180","if-else"],["192590",""],["192980",""],["193240","chain."],["193600",""],["194033",""],["194466",""],["194900","It"],["195030","is"],["195200","possible"],["195485",""],["195770","though,"],["196170","and"],["196340","sometimes"],["196700","very"],["196890","useful,"],["197235",""],["197580","to"],["197740","create"],["198040","a"],["198100","chain"],["198400","of"],["198550","not"],["198820",""],["199090","mutually"],["199510","exclusive"],["199970","branches."],["200275",""],["200580",""],["200950","In"],["201090","this"],["201280","example,"],["201570",""],["201860","only"],["202030","the"],["202160","third"],["202610","and"],["202750","fourth"],["203170","branches"],["203510","are"],["203580","mutually"],["203840","exclusive."],["204220",""],["204600","It"],["204790","could"],["205040","be"],["205180","that"],["205320","you"],["205440","could"],["205700","satisfy"],["206110","the"],["206190","first"],["206440","condition,"],["206750",""],["207060",""],["207450","and"],["207740","you"],["207840","could"],["207950","satisfy"],["208330","the"],["208420","second"],["208690","condition,"],["208990",""],["209290",""],["209710","and"],["209970","you"],["210070","could"],["210190","satisfy"],["210570","the"],["210660","third"],["210850","condition--"],["211270","in"],["211390","which"],["211550","case"],["211770","you"],["211870","would"],["212000",""],["212210","go"],["212350","down"],["212570","the"],["212640","first"],["212900","branch,"],["213350",""],["213700","then"],["213830","you"],["213920","go"],["214020","down"],["214160","a"],["214210","second"],["214480","branch,"],["214740",""],["215000",""],["215270","then"],["215450","you"],["215515","would"],["215580","go"],["215690","down"],["215810","the"],["215880","third"],["216100","branch."],["216600",""],["217000","Or"],["217260","perhaps"],["217580","you"],["217660","satisfy"],["218140","the"],["218230","first"],["218560","condition,"],["218855",""],["219150",""],["219600","and"],["219780","the"],["219830","second"],["220090","condition,"],["220450","but"],["220550","you"],["220630","don't"],["220930","satisfy"],["221290","the"],["221390","third"],["221600","condition."],["222080",""],["222425",""],["222770","In"],["222880","this"],["223050","case"],["223300","you"],["223380","go"],["223480","down"],["223640","the"],["223710","first"],["224020","branch"],["224370","and"],["224460","the"],["224520","second"],["224830","branch,"],["225105",""],["225380",""],["225805",""],["226230","and"],["226350","then"],["226440","the"],["226530","fourth"],["227030","branch,"],["227315",""],["227600",""],["228040","The"],["228140","reason"],["228380","for"],["228470","this"],["228750","is"],["228840","that"],["228980","the"],["229190","else"],["229445",""],["229700","will"],["229920","only"],["230180","bind"],["230520","to"],["230600","the"],["230680","nearest"],["231170","if."],["231500","So"],["231680","even"],["231770","though"],["231860","there's"],["231970","an"],["232100","else"],["232370","here,"],["232720",""],["232950","that"],["233100","doesn't"],["233340","necessarily"],["233820","create"],["234230","a"],["234270","mutually"],["234610","exclusive"],["235000","chain"],["235350","of"],["235620","everything."],["235945",""],["236270",""],["236490","It's"],["236760","only"],["237090",""],["237430",""],["237770",""],["238180","the"],["238590",""],["239000",""],["239410",""],["239710","expression"],["240180","there"],["240330","with"],["240480","Boolean"],["240890","expression"],["241290","3--"],["241585",""],["241880",""],["242360","that's"],["242650","the"],["242740","mutually"],["243000","exclusive"],["243460","with"],["243740","the"],["244240","else."],["244690",""],["245040","So"],["245140",""],["245410",""],["245695",""],["245980","it"],["246120","is"],["246270","possible,"],["246530",""],["246790","and"],["246880","sometimes"],["247140","quite"],["247310","useful,"],["247580","as"],["247660","I"],["247730","said,"],["248160","to"],["248370","create"],["248570","a"],["248610","chain"],["248830","of"],["248940","not"],["249400","mutually"],["249790","exclusive"],["250200","branches."],["250460",""],["250720",""],["251130",""],["251540",""],["251950",""],["252360","Let's"],["252510","take"],["252640","a"],["252680","look"],["252800","at"],["252850","a"],["252910","different"],["253370","kind"],["253590","of"],["253660","conditional,"],["254100","which"],["254230","you"],["254360","have"],["254490","not"],["254820","seen"],["255000","before"],["255330",""],["255660","in"],["256060","Scratch."],["256504",""],["256948",""],["257392","There's"],["257839","something"],["258040","called"],["258290","the"],["258350","switch"],["258654",""],["258959","statement."],["259296",""],["259633",""],["259970","The"],["259980","switch"],["260190","statement"],["260430","is"],["260510","kind"],["260680","of"],["260750","neat"],["261019","because"],["261240","it's"],["261410","a"],["261500","conditional"],["261920","statement"],["262300","that"],["262390","allows"],["262710","you"],["262850","to"],["263140","specify"],["263595",""],["264050","distinct"],["264385",""],["264720","cases,"],["265125",""],["265530",""],["265930","instead"],["266070","of"],["266175","relying"],["266280","on"],["266610","Boolean"],["266940","expressions"],["267430","to"],["267520","make"],["267640","decisions"],["268030","for"],["268200","you."],["268420",""],["268695",""],["268970","So"],["269000","for"],["269090","example,"],["269570","let's"],["269690","say"],["269780","that"],["269910","I"],["269940","have"],["270130","this"],["270270","program,"],["270660",""],["271050","and"],["271330","I'm"],["271420","asking"],["271780","the"],["271880","user"],["272270","to"],["272450","provide"],["272840","input"],["273180","to"],["273260","me."],["273500",""],["273805",""],["274110","So"],["274220","I"],["274330","say,"],["274640","int"],["274840","x"],["275080","="],["275380","Get"],["275580","Int(),"],["276080","and"],["276250","if"],["276310","you're"],["276420","not"],["276570","familiar"],["276860","yet,"],["277170","get"],["277390","int"],["277510","is"],["277630","a"],["277730","function"],["278140","that"],["278190","is"],["278240","also"],["278570","included"],["279060","in"],["279210","the"],["279280","CS50"],["279770","library,"],["280190","so"],["280290","if"],["280360","you"],["280440",""],["280538",""],["280636",""],["280735",""],["281030",""],["281031",""],["281290",""],["281550","#include"],["281790","CS50.H"],["282060",""],["282330","you'll"],["282500","have"],["282590","access"],["282960","to"],["283210","Get"],["283420","Int()"],["283780",""],["284040","and"],["284320","all of"],["284500","its"],["284610","cousins--"],["284990","GetFloat,"],["285220",""],["285480","GetString,"],["285590",""],["285950","and"],["286050","so"],["286140","on."],["286390",""],["286840","Basically"],["287160",""],["287480","one"],["287805",""],["288130","Get"],["288500","function"],["288910","for"],["289030","every"],["289310","data"],["289620","type"],["289950","that"],["290050","we've"],["290240","already"],["290520","discussed."],["290830",""],["291140",""],["291623",""],["292106",""],["292590","So"],["292920","Int x"],["293320","equals"],["293600","GetInt."],["293800",""],["293970","Basically"],["294200","what's"],["294320","happening"],["294595","is"],["294870","I'm"],["295200",""],["295515","at"],["295830","the"],["295950","terminal."],["296390","I'm"],["296610","asking"],["296920","the user"],["297130","to"],["297220","type"],["297510","in"],["297700","a"],["297740","number."],["298150",""],["298470",""],["298790","And"],["298890","here"],["299190","I'm"],["299310",""],["299430","switching"],["299890",""],["300350",""],["300770","what"],["301020","I'm"],["301190","doing,"],["301515",""],["301840","depending"],["302300","on"],["302410","what"],["302590","the"],["302680","user"],["303130","typed"],["303405",""],["303680","at"],["304160","the"],["304240","prompt."],["304680",""],["305060","So"],["305290","if"],["305570","they"],["305730","typed"],["306100","one,"],["306405",""],["306710",""],["307150","I"],["307300","print"],["307680","out"],["307960",""],["308200","one."],["308455",""],["308710",""],["308980",""],["309250","And"],["309380","then"],["309490","I"],["309550","break."],["309855",""],["310160",""],["310430",""],["310700",""],["310840",""],["310930",""],["311205",""],["311480",""],["311765",""],["312050",""],["312350",""],["312460",""],["312590","If"],["312800","they"],["312920","type"],["313280","two,"],["313545",""],["313810",""],["314230","I"],["314310","print"],["314560","out"],["314930","two."],["315220",""],["315510","And"],["315730","then I"],["315780","break."],["316210",""],["316690","It's"],["316870","important"],["317250","to"],["317330","break"],["317680","between"],["318000","each"],["318280","case"],["318760",""],["319060","because"],["319320","otherwise"],["319730","you"],["319840","will"],["319970","fall"],["320450","through."],["320890","So"],["320900","if"],["320990","I"],["321050","didn't"],["321240","have"],["321520","any"],["321680","breaks"],["322080","there,"],["322500",""],["322710","and"],["322990","the"],["323080","user"],["323380","typed"],["323725",""],["324070","one,"],["324385",""],["324700",""],["325025",""],["325350","what"],["325560","would"],["325660","happen"],["326040","is"],["326290","it"],["326370","would"],["326510","print"],["327010","one,"],["327310",""],["327610","two,"],["328075",""],["328540","three,"],["328920",""],["329300",""],["329640","sorry."],["330090",""],["330540",""],["330990",""],["331210",""],["331380","That's"],["331590","kind"],["331790","of"],["331870","strange"],["332130","behavior,"],["332480","right?"],["332820",""],["333270","You"],["333400","might"],["333570","think"],["333740","so."],["333890","But"],["333940","there"],["334040","are"],["334100","actually"],["334350","some"],["334630","cases"],["334960","where"],["335060","this"],["335220","could"],["335370","be"],["335520","a"],["335570","pretty"],["335810","useful"],["336220","thing."],["336480","So"],["336570","here's"],["336780","another"],["337000","example"],["337400",""],["337800","of"],["337930","a"],["337980","switch"],["338240","statement"],["338540","where"],["338680","I"],["338740","omit"],["339110","the"],["339190","breaks."],["339460",""],["339730","But"],["339880","I"],["339940","do"],["340220","it"],["340370","on"],["340540","purpose."],["340950",""],["341360",""],["341695",""],["342030","So"],["342210","what"],["342360","happens"],["342770","here?"],["343030","Think"],["343240","for"],["343360","a"],["343410","second."],["343670","You"],["343930","may"],["344190","even"],["344450","want"],["344630","to"],["344670","pause"],["344920","the"],["345000","video."],["345470",""],["345960","What"],["346170","happens"],["346500","here"],["346690","if"],["346780","the"],["346920","user"],["347190","types"],["347550",""],["347910","four?"],["348230",""],["348550",""],["348990",""],["349430",""],["349870",""],["350310",""],["350750",""],["351190","So"],["351510","I've"],["351860","asked"],["352120","the"],["352210","user"],["352420","for"],["352540","input."],["353020",""],["353440",""],["353860","And"],["353990","they"],["354080","provide"],["354395",""],["354710","the"],["355150","value"],["355470","4."],["355765",""],["356060",""],["356560","What"],["356850","gets"],["357060","printed"],["357540","when"],["357670","I"],["357720","do"],["357880","that?"],["358200",""],["358696",""],["359192",""],["359690","On"],["359810","the"],["359880","previous"],["360280","slide,"],["360550",""],["360820","there"],["360920","were"],["361020","breaks"],["361250","between"],["361540","all"],["361680","the"],["361770","cases."],["362170","And"],["362290","so"],["362460","it would"],["362570","just"],["362750","print"],["363070",""],["363350","four"],["363725",""],["364100","and"],["364220","then"],["364330","stop."],["364750","But"],["364860","in"],["364970","this"],["365180","case,"],["365500",""],["365820","it"],["365950","won't."],["366280",""],["366610","What"],["366760","will"],["366850","happen"],["367180","is"],["367300","you"],["367400","will"],["367540","fall"],["367825",""],["368110","through"],["368415",""],["368720",""],["369060","each"],["369490","case."],["369800",""],["370110",""],["370405",""],["370700","So"],["370780","in"],["370860","this"],["371070","case"],["371290","I've"],["371665",""],["372040","organized"],["372470","my"],["372590","cases"],["373060","in"],["373130","such"],["373310","a"],["373370","way"],["373530","that"],["373630","if"],["373750","the user"],["373960","types"],["374250","4,"],["374570",""],["374890","I"],["375010","will"],["375140","print"],["375590","four,"],["375925",""],["376260",""],["376500","three,"],["376800",""],["377100",""],["377350","two,"],["377635",""],["377920",""],["378210","one,"],["378465",""],["378720",""],["379055",""],["379390","blast"],["379720","off."],["380070","And"],["380300","if"],["380490","they"],["380630","typed"],["380900","5,"],["381380","I"],["381430","would"],["381580","start"],["381890","at five"],["382240","and do the"],["382360","same"],["382560","thing."],["382780","If"],["382870","they"],["382950","typed"],["383180","1,"],["383465",""],["383750","I"],["383800","would"],["383920","just"],["384090","do"],["384220","one,"],["384620",""],["385020",""],["385240","blast"],["385600","off."],["385900",""],["386155",""],["386410","So"],["386460","in"],["386520","this"],["386660","case,"],["386970","I'm"],["387070","using"],["387170","a"],["387220","switch"],["387470","kind"],["387640","of"],["387710","cleverly"],["388050",""],["388390","so"],["388715","that I"],["389040",""],["389230","do"],["389370",""],["389520","intend"],["389785",""],["390050","to"],["390120","fall"],["390350","through"],["390470","all the"],["390590","cases."],["390950","But"],["391120","generally"],["391415",""],["391710","you're"],["391810","probably"],["392250","gonna"],["392430","want"],["392530","to"],["392580","break"],["392990","between"],["393350","all"],["393510","of"],["393560","them,"],["393720","unless"],["393990","you"],["394110","have"],["394270","a"],["394320","situation"],["394750","like"],["394960","this"],["395170","one"],["395510",""],["395730","where"],["396020","you're"],["396090","kind"],["396330","of"],["396460","leveraging"],["396920","the"],["397000","fact"],["397210","that you'll"],["397430","fall"],["397880","through"],["398060","the"],["398150","cases"],["398405",""],["398660","without"],["398930","a"],["398970","break."],["399350",""],["399733",""],["400116",""],["400500","So"],["400610","that's"],["400730","the"],["400810","second"],["401220","of"],["401310","the"],["401390","major"],["401740","types"],["401990","of"],["402070","conditional"],["402430","statements."],["402830","The"],["402940","last"],["403340","of"],["403420","which"],["403800",""],["404190","is"],["404380","?:"],["404800",""],["405170",""],["405445",""],["405720",""],["405970","So"],["406070","I"],["406110","have"],["406290","two"],["406480","snippets"],["406860","of"],["406940","C"],["407150","code"],["407370","here."],["407570","One"],["407850","on the"],["408190","left and"],["408330","one on"],["408480","the right."],["408680","The"],["408760","one"],["408930","on the left should"],["409300","probably"],["409770","be pretty"],["409980","familiar"],["410410","to"],["410520","you."],["410810",""],["411255",""],["411700",""],["411860",""],["412330","I"],["412420","have"],["412790","Int"],["413070","x."],["413330",""],["413590",""],["413970",""],["414350",""],["414730",""],["415110","And"],["415590",""],["416020","I"],["416110","probably"],["416400","should"],["416530","have"],["416900",""],["417300","asked"],["417540","the"],["417620","user"],["417820","for--"],["418080","this should"],["418460","probably be Int"],["418600","x"],["418980","equals"],["419210","GetInt,"],["419590","or"],["419660","something"],["419860","like"],["419990","that."],["420250",""],["420605",""],["420960",""],["421290",""],["421725",""],["422160",""],["422595",""],["423030","And"],["423160","then"],["423270","I'm"],["423300","making"],["423610","a"],["423640","decision."],["423905",""],["424170",""],["424526",""],["424882",""],["425240","If"],["425740",""],["426025",""],["426310","some"],["426530","Boolean"],["426820","expression"],["427155",""],["427490","is"],["427670","true,"],["428150",""],["428430",""],["428710","assign"],["429200","x"],["429450","the"],["429530","value"],["429880","5."],["429960",""],["430310",""],["430660",""],["431006",""],["431352",""],["431700","Otherwise,"],["432005",""],["432310","assign"],["432740","x"],["432960","the"],["433040","value"],["433280","6."],["433590","That"],["433760","on the"],["434060","left should"],["434150","probably"],["434430","be pretty"],["434620","familiar"],["434960","from"],["435070","our"],["435140","discussion"],["435470","of"],["435610","If"],["435860","Else"],["436250","just"],["436430","a"],["436470","moment"],["436660","ago."],["437000",""],["437386",""],["437772",""],["438160","Would"],["438270","you"],["438360","be"],["438440","surprised"],["438710","to"],["438980","know that"],["439180","the"],["439280","line"],["439470","on"],["439530","the"],["439660","right"],["439930","does"],["440030","the"],["440140","exact"],["440600","same"],["440900","thing?"],["441360",""],["441835",""],["442310","So"],["442480","this"],["442620","is"],["442720","called"],["443020","?:"],["443500",""],["443780",""],["444260","or"],["444390","sometimes"],["444670","called"],["444850","the"],["444960","ternary"],["445230",""],["445500","operator."],["445820",""],["446140","And"],["446460","it's"],["446710","pretty"],["447020","cool."],["447450","It's"],["447550","usually"],["447840","used"],["448150","as a"],["448190","cute"],["448510","trick."],["448880",""],["449110","But"],["449250","what"],["449380","it"],["449420","allows"],["449740","you"],["449820","to"],["449900","do"],["450340","is"],["450560","to"],["451050",""],["451300","simulate"],["451695",""],["452090","an"],["452270","If"],["452520","Else"],["452940",""],["453360","with"],["453570","really"],["453825",""],["454080","small,"],["454485",""],["454890",""],["455230",""],["455570",""],["455910","really"],["456100","trivially"],["456570","short"],["457000","conditional"],["457310","branches."],["457610","You"],["457740","generally"],["458040","wouldn't"],["458310","use"],["458500","?:"],["458810",""],["459100",""],["459250","if"],["459630","you"],["459760","had"],["459910","six"],["460240","lines"],["460470","of"],["460570","code"],["460930","between"],["461190","each"],["461330","set"],["461470","of"],["461550","curly"],["461810","braces."],["462280",""],["462640","But"],["462810","if"],["462880","you're"],["462960","just"],["463150","making"],["463410","a"],["463470","quick"],["463730","decision,"],["464045",""],["464360","if"],["464420","you're"],["464480","going"],["464560","to"],["464600","do"],["464710","one"],["464990","thing"],["465160","or"],["465220","the"],["465370","other"],["465710","and"],["465810","it's"],["466060","very"],["466360","simple,"],["466645",""],["466930",""],["467225",""],["467520","this"],["467740","might be an"],["467970","example"],["468400","of"],["468520","how"],["468690","to"],["468810","do"],["468970","it"],["469070","with"],["469360",""],["469860",""],["469950","?:"],["470310",""],["470520",""],["470790","the"],["470870","ternary"],["471170","operator."],["471440",""],["471710",""],["471975",""],["472240","So"],["472450","Int"],["472700","x"],["472950","equals"],["473315",""],["473680","expression"],["474035",""],["474390",""],["474780",""],["475170","?"],["475590",""],["475880",""],["476233",""],["476586",""],["476940","The"],["477060","thing"],["477300","after"],["477560","the"],["477660","question"],["478000","mark"],["478480","is"],["478600","what"],["478810","x's"],["479040",""],["479150","value"],["479470","will"],["479600","be"],["479980",""],["480400","if"],["480670","expression"],["481130","is"],["481280","true."],["481750",""],["482220",""],["482690","The"],["482800","thing"],["483010","after"],["483220","the"],["483360","colon"],["483700",""],["484040",""],["484350","is"],["484480","what"],["484630","x's"],["484830",""],["484950","value"],["485330","would"],["485450","be"],["485860","if the"],["486020","expression"],["486450","was"],["486610","false."],["486945",""],["487280",""],["487635",""],["487990","So"],["488305",""],["488620","I'm"],["488770","asking"],["489080","myself,"],["489395",""],["489710",""],["489930","is"],["490070","the"],["490140","expression"],["490560","true?"],["490940",""],["491225",""],["491510","If"],["491650","it"],["491760","is,"],["492230","assign"],["492310","x"],["492560","the"],["492770","value"],["493030","5."],["493290",""],["493550",""],["493870","If"],["493990","it's"],["494160","not,"],["494480",""],["494800","assign"],["494900","x"],["495130","the"],["495400","value"],["495670","6."],["495940",""],["496210",""],["496490",""],["496770","Again,"],["497040","like"],["497180","I"],["497220","said."],["497410","This"],["497530","is"],["497610","usually"],["497870","just"],["498020","a"],["498070","cute"],["498360","trick."],["498670","And"],["498800","sometimes"],["499180","if"],["499290","you"],["499410","become"],["499630","really"],["499810","comfortable"],["500200","with"],["500350","it,"],["500430","you'll"],["500590","do"],["500700","this"],["500860","because"],["501000","it"],["501090","looks"],["501290","kind"],["501440","of"],["501490","cool"],["501700","in"],["501740","your"],["501850","programs."],["502110",""],["502370",""],["502820","Generally"],["503115",""],["503410","I'm"],["503540",""],["503760","presenting"],["504150","it"],["504230","to"],["504320","you"],["504420","now"],["504680","so"],["504830","you're"],["504960","familiar"],["505460","with"],["505610","it"],["505710","if"],["505810","you"],["505950","see"],["506390","it."],["506670",""],["506990","But"],["507080","certainly"],["507310","know"],["507380","you"],["507510","don't"],["507680","have"],["507880","to"],["508160","write"],["508410","it"],["508600","in"],["508720","any"],["508920","of"],["508990","your"],["509110","code."],["509530",""],["509805",""],["510080","But"],["510260","it is"],["510350","something"],["510530","to"],["510590","be"],["510710","familiar"],["511090","with,"],["511280","because"],["511720","you'll"],["511840","definitely"],["512110","encounter"],["512394",""],["512679","snippets"],["513039","of"],["513130","code"],["513400","here"],["513590","and"],["513679","there"],["514130","where"],["514460","this"],["514730","?:"],["515070",""],["515280",""],["515580","syntax,"],["515855",""],["516130","AKA"],["516409","the"],["516520","ternary"],["516870","operator,"],["517144",""],["517419",""],["517630","is"],["517840","used."],["518155",""],["518470",""],["518795",""],["519120","So"],["519299","quick"],["519520","summary"],["519820","on"],["519970","what"],["520140","conditionals"],["520640","are,"],["520960","and what"],["521240","the"],["521370","options"],["521679","are"],["521799","available"],["522130","to"],["522260","you"],["522409","in"],["522710","C."],["523130","You"],["523220","have"],["523480","If"],["523870","and"],["524049","if-else,"],["524210","and"],["524660","if"],["524860","else"],["525080","if,"],["525220","et"],["525470","cetera."],["525720",""],["526100",""],["526480",""],["526860","You"],["526990","can"],["527080","use"],["527250","Boolean"],["527710","expressions"],["528000",""],["528290","for"],["528390","those"],["528780","to"],["528920","make"],["529140","decisions."],["529450",""],["529760",""],["530133",""],["530506",""],["530880","With"],["531110","switch"],["531460","statements"],["531890","you use"],["532140","discrete"],["532410",""],["532680","cases"],["533140","to"],["533220","make"],["533380","decisions."],["533720","You"],["534020","would"],["534170","specifically"],["534450","say,"],["534730",""],["534940","if"],["535060","it's"],["535190","one,"],["535580","or"],["535720","if"],["535780","it's"],["535950","two,"],["536260","or"],["536350","if"],["536410","it's"],["536630","three,"],["537100",""],["537540","I'll"],["537780","do"],["538190",""],["538570",""],["538950","this"],["539140","thing,"],["539400","or"],["539510","this"],["539710","thing,"],["539920","or"],["540020","this"],["540200","thing."],["540400",""],["540870","And"],["541030","?:"],["541370",""],["541460","can"],["541750","to"],["541820","be"],["541950","used"],["542170","to"],["542230","replace"],["542590","very"],["542830","simple"],["543260","if-else"],["543600",""],["544070","branches,"],["544365",""],["544660","or"],["544810","if-else"],["545030",""],["545300","chains"],["545640",""],["545980","to"],["546100","make"],["546200","your"],["546280","code"],["546480","look"],["546610","a"],["546650","little"],["546830","fancy."],["547260",""],["547670",""],["548080",""],["548490","I'm"],["548670","Doug"],["548880","Lloyd."],["549250","And"],["549450","this"],["549750","is"],["549860","CS50."],["550160",""],["550460",""],["550760",""],["551060",""],["551360",""],["551660",""],["551960",""],["552260",""],["552560",""],["552860",""]],"paragraphs":[0,5440,38170,63720,84070,104570,124780,154190,194900,228040,252360,292590,298790,310700,312350,312590,316690,333270,342030,345960,359690,370700,386410,400500,412330,433590,442310,449110,462640,482690,496770,519120,530880,548490],"speakers":{}}