You are on page 1of 1

[M12_CSQ8] Write a PAC chart, algorithm, and Python program to convert integer to

string. [CO1] [L1]

PAC
DATA PROCESSING OUTPUT
Input number Convert number to Print number_str
number

ALGORITHM

START
STEP 1: READ number
STEP 2: Convert integer to string using type casting
STEP 3: DISPLAY number_str
STOP

You might also like