Ask Experts Questions for FREE Help !
Ask
    andyhaus1057's Avatar
    andyhaus1057 Posts: 98, Reputation: 1
    Junior Member
     
    #1

    Jul 12, 2009, 06:00 PM
    arguments and statements
    a) How would I write a statement that calls the module, passing 12 as an argument?

    Module showValue (Integer quantity)


    b) By looking at the statement below, when this call executes, what values will be stored in a, b, and c?

    Module myModule (Integer a, Integer b, Integer c)

    Call myModule (3, 2, 1)
    Perito's Avatar
    Perito Posts: 3,139, Reputation: 150
    Ultra Member
     
    #2

    Jul 12, 2009, 06:02 PM

    What programming language is this in?

    a) probably "Call showvalue(ValueToBeShown)

    b. a=3, b=2, c=1
    andyhaus1057's Avatar
    andyhaus1057 Posts: 98, Reputation: 1
    Junior Member
     
    #3

    Jul 15, 2009, 08:10 PM

    This is in pseudocode

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Sibling arguments and objections [ 3 Answers ]

Why do we (my sister and I) constantly fight. One day she stole my iPod and didn't return it . She lied about taking it and blamed it on my mother, so I would yell at her, because she wanted to get even with her. She always tells everyone about her problems with her boyfriend, yet when it becomes...

Income statements [ 5 Answers ]

I am doing a computer project and I have gotten great answers when it came to the trial balance, really helped to see what I was doing wrong, now I have to make an income statement, retained earnings, and classfied balance sheet, I have tried to set up each of them, but only started on the figuring...

Old bank statements [ 2 Answers ]

Can I get old bank statements from my bank?


View more questions Search