Category: A ll Codes
Keep check on the line “Calculate the average with weights 2,3,4 e 1” actually that means you…
Here I tried to write everything in standard C++ #include<iostream> #include<iomanip> using namespace std; int main() {…
C++ precision example: #include<iostream> #include<iomanip> using namespace std; int main() { double f; f=3.12159; cout<<f<<‘\n’; cout<<setprecision(3)<<f<<endl; cout<<setprecision(5)<<f<<endl;…
I tried it so many times but it didn’t gave the solution but the code I have…
XML is a language to describe the data I have practiced here <root> <child attributes=”name”> <subchild1></subchild1>…
Here i am going to describe all the basic to advanced android experience I have learned …I…
Recent Comments