如何用伪代码表示输入过程输出?

时间:2015-08-18 15:55:45

标签: pseudocode

对于我的编程班,我得到了这个任务:

  

写伪代码来表示允许a的程序的逻辑   用户输入两个值然后输出两个值的乘积

我写道:

start
  input takeOne
  input takeTwo
  output takeONe, takeTwo
Stop

或者

Start    
   Declarations
        ouPutTwo = takeOne, takeTwo

   Input takeOne, takeTwo 

   Output ouPutTwo

Stop

这是对的吗?我应该这样做吗?

Start    
   Declarations
        ouPutTwo = takeOne, takeTwo

   Input takeOne takeTwo 

   Output ouPutTwo

Stop

0 个答案:

没有答案