Software22229
- Cell Phones 2172
- Desktop 778
- Editors 282
- Education, Science & Engineering 1131
- Games 1783
- Internet 5101
- Multimedia & Graphics 921
- Office software 780
- PC 392
- Programming 1809
- 1C 112
- ActiveX 3
- Assembler 32
- C# 70
- C/С++ 275
- Data Bases 367
- Delphi/Pascal 489
- Disassemblers 5
- OpenGL/DirectX 5
- PHP 156
- Setup Software 37
- Visual Basic 27
- Others 231
- Security 781
- SEO 318
- Software for Pocket PC 208
- Utilities 972
Raising a number to the power of
Sold: 0
Refunds: 0
Uploaded: 07.11.2011
Content: involution.rar (9,91 kB)
Refunds: 0
Uploaded: 07.11.2011
Content: involution.rar (9,91 kB)
Description
Task: Write a program that asks for the number and the exponent. Write a recursive function that raises a number to power by repeatedly multiplying the number by itself, ie, if the number is 2, and the exponent is 4, then this function should return the number 16