Download presentation
Presentation is loading. Please wait.
Published byLauren Norton Modified over 5 years ago
6
In this case I should have had a " after OKAY as well
In this case I should have had a " after OKAY as well. I can also move OKAY by assigning OKAY to msg.
7
Enclose text or character literals in quotes
Enclose text or character literals in quotes. Do not enclose numeric literals in quotes.
8
The field stuid was defined as text and the field numcr was defined as a number. They will be treated according to the defintion.
9
numcrs is a number and an integer
10
When you look at text data you can see it is aligned against the left wall. Looking at numeric data, you can see it aligned against the right wall.
11
I put this in without quotes but Microsoft will fix it and put the quotes areound 1111.
13
Note that Microsoft fixed the fact that I did not put in quotes - it put them in for me so I now have "1111"
14
Since numcrs was defined as a number, I want to compare it to a number so I do not put the 12 in quotes.
17
msg = "OKAY"
18
record.
19
the circles on the flowchart.
20
add 1 to variable CT can be written as CT = CT + 1
21
in the extra credit assignment.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.