Variables and Data Types

Variables and Data Types 1

A Computer Science student is writing a program that must accept various data about the user. In particular, the program needs to store the user’s first initial, surname, age and whether or not the user likes marmite, in 4 separate variables. State the most appropriate data type(s) for these 4 variables: – first_initial – surname

Variables and Data Types 1 Read More »

Shopping Cart