compscibuntu team mailing list archive
-
compscibuntu team
-
Mailing list archive
-
Message #00007
Re: [Question #45119]: C++ question
Question #45119 on Computer Science Ubuntu changed:
https://answers.launchpad.net/compscibuntu/+question/45119
Status: Open => Answered
1gurucoder proposed the following answer:
int twice(int myInt)
{
return (myInt*2);
}
--
You received this question notification because you are a member of
Computer Science Ubuntu, which is an answer contact for Computer Science
Ubuntu.