Student Course TimeTable Exam Project Notes Log Out User ID : 2017081031 Password : *******s First Name : Devon Last Name: Dickson Email Address : devon@gmail.com Contact Number: 475-8894 MYPAG: USC Student Course TimeTable Exam Project Notes Log Out My Course Notes CPTR321: Assignment 3/ Project 1 CPTR312: WireShark/ Lab 2 Public Course Notes ENGL215 : Book report CPTR312: Assignment 5 II

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

PLEASE EXPLAIN THE FOLLOWING C# code for the project shown in the images given here

using System;

public class Program
{
public static void Main()
{
Console.WriteLine("USC (PAG) Personal Academic Guide");

Console.WriteLine("Enter project course-1: markes");
int course1 = Convert.ToInt32(Console.ReadLine());

Console.WriteLine("Write some note about course-1:");
string note1 = Console.ReadLine();

Console.WriteLine("Enter project course-2: markes");
int course2 = Convert.ToInt32(Console.ReadLine());

Console.WriteLine("Write some note about course-2:");
string note2 = Console.ReadLine();

int grade = course1 + course2;

Console.WriteLine("\n");
Console.WriteLine("Your course-1 is: " + course1);
Console.WriteLine("Note-1 is: " + note1);
Console.WriteLine("Your course-2 is: " + course2);
Console.WriteLine("Note-2 is: " + note2);
Console.WriteLine("\n");
Console.WriteLine("Total grade is: " + grade);
}
}


output:

USC (PAG) Personal Academic Guide
Enter project course-1: markes
88
Write some note about course-1:
outstanding
Enter project course-2: markes
30
Write some note about course-2:
failed


Your course-1 is: 88
Note-1 is: outstanding
Your course-2 is: 30
Note-2 is: failed


Total grade is: 118

==================================================================
using System;

public class Program
{
public static void Main()
{
Console.WriteLine("USC Student Notes");

Console.WriteLine("Write any historical electronic record");
string record = Console.ReadLine();

Console.WriteLine("\n");
Console.WriteLine("record is: " + record);

}
}


Output:

USC Student Notes
Write any historical electronic record
test


record is: test

Student
Course
TimeTable
Exam
Project
Notes
Log Out
User ID : 2017081031
Password : *******s
First Name : Devon
Last Name: Dickson
Email Address : devon@gmail.com
Contact Number: 475-8894
Transcribed Image Text:Student Course TimeTable Exam Project Notes Log Out User ID : 2017081031 Password : *******s First Name : Devon Last Name: Dickson Email Address : devon@gmail.com Contact Number: 475-8894
MYPAG: USC
Student
Course
TimeTable
Exam
Project
Notes
Log Out
My Course Notes
CPTR321: Assignment 3/ Project 1
CPTR312: WireShark/ Lab 2
Public Course Notes
ENGL215 : Book report
CPTR312: Assignment 5
II
Transcribed Image Text:MYPAG: USC Student Course TimeTable Exam Project Notes Log Out My Course Notes CPTR321: Assignment 3/ Project 1 CPTR312: WireShark/ Lab 2 Public Course Notes ENGL215 : Book report CPTR312: Assignment 5 II
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education