Question
Create a console application project and solution called ConsoleWorkWithData. using C# Create the following variables with data type: a. FirstName: string data type b. LastName:
Create a console application project and solution called ConsoleWorkWithData. using C#
Create the following variables with data type:
a. FirstName: string data type
b. LastName: string data type
c. Student ID: int data type
d. BirthDate: data time data type
e. Grade: decimal data type
Write all values in these variables to the screen in this format:
a. ---------------------------------------------------------
b. My name is Rieser Angie
c. Im a new student, and this is my first program
d. **************************************
e. My student id is: ARIESE2654
f. My birthdate is: 05-10-1998
g. My Grade is: 90.94
h. ______________________________________
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started