PDF Google Drive Downloader v1.1


Report a problem

Content text W02-Req-Input and Output.pdf

CSC10012 – Fundamentals of Programming Lab 02 Input Output Statement
CS10012 – Fundamentals of Programming L02 – Input & Output 2 1 Review 1.1. Programming It is the process to write a program / an application. Specificially, programming includes 4 steps: - Step1: Understanding your problem. - Step 2: Designing an algorithm. - Step 3: Writing source code. - Step 4: Packaging source code files into an executable file, a website, an apk, or an ipa file... In this lab, we practice to write source code in C++. 1.2. Input and Output - Basic units: variables/constants, data-types, expressions. - Input output stream: concepts, stdin/stdout, formatting. - Text file: file stream, read/write.
CS10012 – Fundamentals of Programming L02 – Input & Output 3 2 Reading 2.1 Online IDE Study how to write, run, enter input values and share source codes in ideone.com. Find other 2 similar websites. 2.2 Compiling program Study and answer the following questions: a) How to compile a C/C++ program? https://www.geeksforgeeks.org/compiling-a-c-program-behind-the-scenes/ b) Study at least 2 common C/C++ compilers. - https://gcc.gnu.org/onlinedocs/gcc/ - https://clang.llvm.org/docs/UsersManual.html c) Install and compile 3 program in Assignment 1 in gcc compiler. - https://aroliant.github.io/guides/installation/windows/gcc.html - https://youtu.be/hSAY50OL_J4
CS10012 – Fundamentals of Programming L02 – Input & Output 4 // // // // Test case 1 // Input: // Output: // Test case 2 // Input: // Output: // Test case 3 // Input: // Output: int main(){ //your code here return 0; } 3 Requirements In-class assignment: P10, P15, P13. Homework: P10, P12, P13, P15, P16, P17, P18, P23, P24, P25. (Students need to check ‘Input Output Statement-Exercises.pdf’ file for Px) Students must design at least 3 test cases for each program.

Related document

x
Report download errors
Report content



Download file quality is faulty:
Full name:
Email:
Comment
If you encounter an error, problem, .. or have any questions during the download process, please leave a comment below. Thank you.