User: Wali23

  • Public profile

User profile: Wali23

User info
User name:Wali23
History
Joined:
Number of posts:5
Latest posts:

Big number subtraction
Bigint operator-(const Bigint &n1, const Bigint &n2) { Bigint result; int carry = 0; ...

Roman Numbers
Runs without any error, but does not write output in the console. Unable to find why?

Roman Numbers
Extend the program so that it can deal with single digit numbers of any value. A single digit number...

perfectNumber
Can't figure out level-2 to level-4>>> Level 1: Small perfect numbers Begin by writing a program th...

Code running error
Level 1: Small perfect numbers Begin by writing a program that prints perfect numbers (those with a ...

This user does not accept Private Messages