Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
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 голосов
3 ответов
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 голос
2 ответов
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 голосов
1 ответ
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 голосов
3 ответов
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 голосов
1 ответ
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 голос
2 ответов
10th Jan 2018, 11:02 PM
21wizard
Where can I read the rules???
???
check
hello
massage
question
read
rules
sololearn
tags
title
0 голосов
2 ответов
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 голос
3 ответов
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 голосов
5 ответов
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 голосов
2 ответов
18th Oct 2016, 8:27 AM
Piyush Bhatia
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
19
20
Следующий >
Актуальное сегодня
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
why do people say programming is hard
0 Votes
I’m new someone can help me
0 Votes