Question - 3) Using Visual studio demonstrate types of Errors in C#: (Submission Instruction: Take the screenshots of those errors and paste in the MS Word file and explain the cause of errors and how you can fix them) You may use the same project which you used in Question to show how can errors may occur and how you fix them. Types of errors you should demonstrate are : Syntax errors Runtime Errors Logical Errors
Addition of Two Numbers
Adding two numbers in programming is essentially the same as adding two numbers in general arithmetic. A significant difference is that in programming, you need to pay attention to the data type of the variable that will hold the sum of two numbers.
C++
C++ is a general-purpose hybrid language, which supports both OOPs and procedural language designed and developed by Bjarne Stroustrup. It began in 1979 as “C with Classes” at Bell Labs and first appeared in the year 1985 as C++. It is the superset of C programming language, because it uses most of the C code syntax. Due to its hybrid functionality, it used to develop embedded systems, operating systems, web browser, GUI and video games.
please demonstrate in vs code and send screenshots


Step by step
Solved in 2 steps with 4 images









