CSE$100,$CIDSE Arizona$State$University,$Tempe Lab$1 10$points Objectives:$To$get$familiar$with$Visual$Studio$and$type,$compile$and$execute$a$simple$C++$ program.
CSE$100,$CIDSE Arizona$State$University,$Tempe Lab$1 10$points Objectives:$To$get$familiar$with$Visual$Studio$and$type,$compile$and$execute$a$simple$C++$ program. Task-1:$Understand$how$to$use$Visual$Studio.$Watch$the$lab$instructor’s$demo. Task-2:$Display$the$following information$in$the$monitor$(console$window):$Your$name$ (First,$Last),$Your$major,$and$Academic$Level$(Freshman,$Junior,$…etc) Instruction: Make$new$project (VC++$empty$project) named$Lab1 and$make$lab1.cpp. (Some$IDE may$automatically$generates$main.cpp,$then$you$just$rename it$to$lab1.cpp$when$ you$submit$the$assignment) Then,$implement$and$modify$the$program$given$below. Grading-point: 1: Submit$correct$file$format,$lab1.cpp and$.exe$file$in$Lab1.zip$file (2 points) 2:$The$submitted$program$is$able$to$compile$without$any$error$(6 points) 3:$The$submitted$program$meets$the$requirement:$Display$the$required$info$correctly$(2$ points) Submission: Make$a$folder named$Lab1$and$put$your$lab1.cpp$and$executable$file,$.exe$ or$.out$file,$then$make$zip$file$of$the$Lab1$folder.$Submit$your$Lab1.zip$file to$ASSIGNMENT$ SUBMISSION$in$Lab$1$Assignment$page. Implement$and$modify$the$following$program: #include using namespace std; int main(){ cout<<”My first C++ program.”<
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"
