I want help writing C# code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I want help writing C# code

I want help writing C# code, student grade project using Visual Studio with SQL Console app

11th Jul 2022, 6:27 PM
Jawad Alsarookh
Jawad Alsarookh - avatar
4 Answers
+ 2
Start with some pseudocode. What do you need? How does it connect etc? Once you have that, things should be easier. If you fall into trouble writing the actual code, please upload it and someone can help you. They won't do your project for you though. That's an important lesson to learn.
11th Jul 2022, 7:15 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
Code attempt?
11th Jul 2022, 6:29 PM
Felix Alcor
Felix Alcor - avatar
+ 1
Wow man that's what I would say "to ask a lot" (︺︹︺)
12th Jul 2022, 3:40 AM
Ipang
0
Student Grading System This program will store student's information and grades. The program must include the following: - it must include (concrete classes, abstract classes, interface, the relationships between classes: IS-A, HAS-A, overloading methods, overriding methods, property) and all things that are needed and we covered them during the course. - You must use SQL or Oracle database to store the data. - The program must validate the input information. Exp: the phone number doesn't include letters, the marks in the rang 0 - 100... The program outputs must include at least the following :(you can add more):
11th Jul 2022, 6:32 PM
Jawad Alsarookh
Jawad Alsarookh - avatar