Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une 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 Vote
3 Réponses
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 Réponses
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 Vote
1 Réponse
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 Vote
3 Réponses
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 Vote
1 Réponse
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 Réponses
10th Jan 2018, 11:02 PM
21wizard
Where can I read the rules???
???
check
hello
massage
question
read
rules
sololearn
tags
title
0 Vote
2 Réponses
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 Réponses
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 Vote
5 Réponses
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 Vote
2 Réponses
18th Oct 2016, 8:27 AM
Piyush Bhatia
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
19
20
Suivant >
Aujourd'hui en vedette
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Please rate my code from 1 to 10
2 Votes
Write a program to find the strings are in isogram or not
0 Votes
Square Roots
0 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes