Important Announcement
PubHTML5 Scheduled Server Maintenance on (GMT) Sunday, June 26th, 2:00 am - 8:00 am.
PubHTML5 site will be inoperative during the times indicated!

Home Explore การโปรแกรมคอมพิวเตอร์

การโปรแกรมคอมพิวเตอร์

Published by weerathum, 2018-04-14 04:47:47

Description: หน่วยที่ 22 ตัวอย่างตัวแปรอาร์เรย์ 1 มิติ

Search

Read the Text Version

AR Book การโปรแกรมคอมพิวเตอร(Computer Programming)หนว ยท่ี 22 ตวั อยา งตวั แปรอารเรย 1 มิติ จดั ทาํ โดย นายกิตตทิ ัต ทําเนาว

เนอ้ื หาสาระพอสงั เขปตัวอยางตัวแปรอารเ รย 1 มิติ โปรแกรม การรับขอมูลเลขจํานวนเต็ม 5 ตัวใสใหกับตัวแปรอารเรย จากน้ันแสดงผลทางหนา จอ 1 #include <stdio.h> 2 #include <conio.h> 3 4 int main ( ) 5{ 6 int x; 7 int y[5];

89 for (x = 1; x<= 5; x++)10 {11 printf( \"Enter number %d = \", x);12 scanf( \"%d\", &y[x - 1]);13 }1415 for (x=1; x<= 10; x++)16 printf( \"y[%d] = %d\n \", (x - 1), y[x -17 1]);18 getch ( );19 return 0; }

ผลลพั ธข องโปรแกรม หนว ยท่ี 22 ตัวอยางตวั แปรอารเ รย 1 มติ ิ


Like this book? You can publish your book online for free in a few minutes!
Create your own flipbook