Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
I have developed a currency converter code in C where if we enter a value the output shows all the values of different currencies. How to do the same in Java ???
java
0 Votes
3 Answers
16th Mar 2017, 3:02 AM
Krishna Shashank
can we say enum are just acts like set of similar things or data type ?? can we perform set operations like union and intersection through enums ???
enums
java
1 Vote
2 Answers
29th Oct 2016, 7:28 AM
mirza arslan
Using C++ i need to do a project on either graphics , database ,network topology so kind off suggest meh. What should i do ???
c++
0 Votes
1 Answer
26th Jan 2018, 12:43 PM
prajay Ghimire
why this output is 339 ??? #include<iostream> using namespace std; int x(int &a,int &b) { a=1; b=3; return a*b; } int main() { int a=3; int b=4; int c=x(b,b); cout<<a<<b<<c; }
c++
0 Votes
3 Answers
1st Sep 2016, 4:36 AM
Lekhraj Singh
When i click on a link which is on the home page i want it to display on the home page ...how can i do that ???
css
html
0 Votes
1 Answer
6th Jun 2019, 5:40 PM
Haile
how to make words clickable on the same tab on your webpage like if u go on a website and there is a list of things tochoose ???
css
html
javascript
-1 Vote
2 Answers
10th Jan 2018, 11:02 PM
21wizard
Where can I read the rules???
???
check
hello
massage
question
read
rules
sololearn
tags
title
0 Votes
2 Answers
24th Mar 2019, 1:53 PM
Maksim Targanov
why not this program output 7 and why it shows compiler error ??? #include<iostream> using namespace std; class a{ public: int f(){cout<<3;} int f(int a){cout<<a;} }; class b:public a { public: int f(){cout<<5;} }; int main() { b obj; obj.f(7); }
c++
1 Vote
3 Answers
1st Sep 2016, 9:22 AM
Lekhraj Singh
var a=66; var b=a % 4; var c=b % a; document.write(c); ans is 2 how ??? i thought ans is zero coz b value is 2 and go to nxt step c=b%a 2%66 there is no reminder it will divide completely without reminder so ans is zero plz explain me clearly guyz 😇😶
javascript
objects
0 Votes
5 Answers
19th Feb 2017, 4:52 PM
Mo D'souza
Python provides an inbuilt function 'print' which h automatically generates a line break when it is called, then how can we generate a pattern as : 1 2 2 3 3 3 4 4 4 4 and so on.. using while loop ???
python
0 Votes
2 Answers
18th Oct 2016, 8:27 AM
Piyush Bhatia
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
19
20
Next >
Hot today
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes