Write a program to compute the volume of a cylinder
by repeated addition NOTE: you are not allowed to use
multiplication, division or any predefined functions
calculations:
volume = pie radius^2(squared) * height
pie = 3.1416
user input :
radius
height
i have no idea as to how to execute this program with out
using * operator if anyone can help i will be very greatful
we are using the
#include<iostream> //this is the header we are using
using namespace std