#include <iostream.h> void showChoices(); char Ascii_AIIZ; char Ascii_aIIz; char Ascii_num; int main() { char choice; do { showChoices(); cin >> choice; switch (choice) { case A: cout << "Ascii table for A-Z " << Ascii_AIIZ <<endl; break; case B: cout << "Ascii table for a-z " << Ascii_aIIz <<endl; break; case C: cout << "Ascii table for code 65-90 " << Ascii_num <<endl; break; case Q: cout << "Bye!!"<<endl; break; default: cout << "Invalid input" << endl; } }while (choice != Q); return 0; } void showChoices() { cout << "################# M E N U #################"; cout << "\nA: Ascii table of characters A-Z"; cout << "\nB: Ascii table of characters a-z"; cout << "\nC: Ascii table of code 65-90"; cout << "\nQ: Quit Program "; cout << "\n-------------------------------------------"; cout << "\nEnter your choice <A, B, C or Q> : "; //cout << "\n-------------------------------------------" ; } char Ascii_AIIZ() { //ใส่ผลลัพธ์ Choices A } char Ascii_aIIz() { //ใส่ผลลัพธ์ Choices B } char Ascii_num() { //ใส่ผลลัพธ์ Choices C }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง