Question: Please clear hand written and simple answer COMP 2140 Computer Programming I Assignment-1 (1) Identifier (10 Points) Identify valid C# variable names from the given
COMP 2140 Computer Programming I Assignment-1 (1) Identifier (10 Points) Identify valid C# variable names from the given list. V7Stock value Hi there mygrade string 200 b) c) e) g) abca yahoo R&D k) Low cost 2013 OK" n) (2) Declaration (15 Points) (In the questions below, the bolded words are the names of variables that you should use in your answers) 1. Declare an integer variable named degreesCelsius suitable for representing temperature. 2. Declare variables name suitable for storing a string. 3. Declare integer variables monthsIn Year and daysIn Month and assign 12 for monthsInYear and assign 30 for daysIn Month. 4. Declare a double variable numberPI and assign 3.14 to it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
