Answers for "pascal data type declaration"

0

pascal data type declaration

type
days, age = integer;
yes, true = boolean;
name, city = string;
fees, expenses = real;
Posted by: Guest on January-14-2021

Browse Popular Code Answers by Language