Assign your Term1 Marks of English to variable MARK1 and Term2 Marks of English to variable MARK2. Write a program to store total

Assign your Term1 Marks of English to variable MARK1 and Term2 Marks of English to variable MARK2. Write a program to store total marks in variable Total and display the result.

pls answer why u r not answering

About the author
Margaret

2 thoughts on “Assign your Term1 Marks of English to variable MARK1 and Term2 Marks of English to variable MARK2. Write a program to store total”

  1. Answer:

    2.1. Values and data types

    A value is one of the fundamental things — like a letter or a number — that a program manipulates. The values we have seen so far are 2 (the result when we added 1 + 1), and “Hello, World!”.

    These values belong to different data types: 2 is an integer, and “Hello, World!” is a string, so-called because it contains a string of letters. You (and the interpreter) can identify strings because they are enclosed in quotation marks.

    The print statement also works for integers.

    Reply

Leave a Reply to Isabelle Cancel reply