0
What can be added to my program ???
Hii ! I am Pritam Santra and is learning c++ . I wrote this code . What can be added to this ? How could I square root numbers in c++ ? https://code.sololearn.com/ceL7F0OzBRAv/?ref=app
6 Antworten
0
U can calculate square root by sqrt method
0
Atul [Inactive] But I want it to do other calculations at the same time . Such as addition .
0
Yes make another case for sqrt
0
Pritam Santra you can create a function to find sqrt of any number, then call this function as many times as you want.
0
But can't it be done with any operator as plus minus etc ?