Write a statement that declares a prototype for a function twice, which has an int parameter and returns an int.

LANGUAGE: C++

CHALLENGE:

Write a statement that declares a prototype for a function twice, which has an int parameter and returns an int.

SOLUTION:


int twice(int);