Save
Pseudocode
Variables
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Monica O'reilly
Visit profile
Cards (4)
How are
variables
assigned?
=
x
=
3
name =
“Bob”
Variables
declared
inside a
function
or
procedure
are assumed to be
local
to that
subroutine
Variables
in the
main
program
can be made
global
with the keyword
global