Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
คณะวิศวกรรมศาสตร์ มหาวิทยาลัยเชียงใหม่
259201 Computer Programming for Engineers
ปฎิบัติการที่ 3: การรับและแสดงผลข้อมูล (Input / Output)
1
...
เพิ่มเติมโปรแกรมต่อไปนี้ ให้สามารถแสดงผลได้ดังที่กาหนดในหน้าต่างผลลัพธ์ด้วยคาสั่ง cout
int main() {
double b1 = -45
...
3506e-1, b3 = 0
...
360
2
...
45e-03
การใช้คาสั่ง cout ให้ได้ผลที่แสดงใน Output window
1
ชื่อ – นามสกุล
...
เพิ่มเติมโปรแกรมต่อไปนี้ ให้สามารถแสดงผลได้ดังที่กาหนดในหน้าต่างผลลัพธ์ด้วยคาสั่ง cout
int main() {
char ch = 'A';
/* using cout to get the result as in the output window */
/* set column width = 6 */
}
Output window
#####A
A$$$$$
การใช้คาสั่ง cout ให้ได้ผลที่แสดงใน Output window
4
...
75): 3
...
You have enrolled in "engr201" and got 'B+'
...
15
2