電腦 program PsuedoCode求救

2012-09-24 2:37 am
Problem 5.Displaying a Number of ‘*’
A program is used to prompt user a positive integer number (n) and then display n ‘*’ on the screen (see below). Design an algorithm in pseudocode for the program.
Please input a positive integer: 5
*****

求 input & output寫法
求proccessing 寫法
求psuedo code 寫法

THANKS

回答 (1)

2012-09-25 1:13 am
✔ 最佳答案
『求psuedo code 寫法』
psuedo code的原意為不求和編程語言,例如c,pascal,basic等符合syntax,只求寫下要做什麼,例如輸入,pascal 用READ(),c用gets(),basic用input,等通通暫時不理,只要寫下 Get a number from user就可以。
所以你問的問題根本不用答。
所以你要的大致可以是
- get a positive number from user
- check for positive integer
- setup count C =0
- output an *, increment C to count
- check if C=input number.
- not yet, then repeat
咁上下,可以畫埋個flow chart


收錄日期: 2021-04-26 11:30:28
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20120923000051KK00529

檢視 Wayback Machine 備份