Reaponding to be asked to Homecoming with Programing Lingo?

<p>I was just asked to homecoming by a boy at the local computer/tech arts school. I know close to nothing about programming, but he loves it. I want to respond using programming saying I'll go. Any advice or help?</p>

<p>I wanna come up with something clever here…</p>

<p>Kind of lame but:</p>

<p>

</p>

<p>Where did you find that? lol</p>

<p>I wrote it… </p>

<p>You need to tab the the 2nd, 4th, and 7th lines over 1, and 3rd line over 2.</p>

<p>Ah, figured you had pulled it from somewhere else.</p>

<p>I guess it’s my sleep issues kicking in.</p>

<p>But thank you. :)</p>

<p>lol did you run out of options</p>

<p>Or you could just say yes, except say it like " '/35 ".</p>

<p>


cout << "I'll go to homecoming with you";

OR


if (YouAskedMeToHomecoming == true)
     then {
          IwillGoToHomecomingWithYou = true;}
else cout << "**** off";

</p>

<p>Qwerty, myName and yourName primitive data types? or Strings?</p>

<p>I think theyre just data types holding boolean values since with boolean values you can do</p>

<p>1 == true
0 == false (actually any number != 0 is true)</p>

<p>myname though (and others used in its context) is obvs a string</p>

<p>True. If they were used as strings though, I’d say that’s incorrect syntax.</p>

<p>I was using myName as a string, and I italicized “Your name” to signify that it should be replaced with whatever her name is, quoted.</p>