0% found this document useful (0 votes)
2 views1 page

Variable Casting in Code Explained

Uploaded by

n.ashrafali
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Variable Casting in Code Explained

Uploaded by

n.ashrafali
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Casting Variables

Look at the different code below and explain what variables need to be casted for the program to
work correctly.
REMEMBER: You can cast to string (str), integer (int) or float (float) for decimal numbers.

What variable needs to


be casted, to which data
type and on which line?

What variables need to


be casted, to which data
type and on which line?

What variable needs to


be casted, to which data
type and on which line?

What variables need to


be casted, to which data
type and on which line?

You might also like