You are on page 1of 1

M12_CSQ7] Write a PAC chart, algorithm, and Python program to convert string to

integer. [CO1] [L1]

PAC
DATA PROCESSING OUTPUT
Input number • Remove the Print number_int
quotations
• Convert string to
number

ALGORITHM

START
STEP 1: READ number
STEP 2: Remove the quotation using in-build function strip
STEP 3: Convert string to integer using type casting and store numeric form in number_int
STEP 4: DISPLAY number_int
STOP

FLOWCHART

You might also like