Cursussen
Inloggen
Begin met het leren van AI
Cursussen
Inloggen
Begin met het leren van AI
Q&A Discussies
Zoeken
Zoeken
Stel een vraag
Stel een vraag
You will be given two words, 's' and 't'. You have to output the number of matching positions if s is an anagram of t, and -1 if
anagram
strings
1 Stem
9 Antwoorden
8th Oct 2018, 9:57 AM
Nilutpol Kashyap
I want to add "ay" after every word in a given line in c++.I have only started learning string. Iam confused.
https://code.sololearn.com/ckz9udhnrrzv/?ref=app
-1 Stem
2 Antwoorden
8th Jan 2020, 1:34 PM
Sidratul Muntaha
Given the declarations below, which nested loop sums all of the elements in the array below please?
c++
loop
0 Stemmen
2 Antwoorden
28th Apr 2017, 8:43 AM
H OLIVER
Please explain any classmethod , staticmethod , properties to me ,I'm unable to understand with given examples
classmethod
decorators
properties
python
staticmethod
1 Stem
1 Antwoord
1st Apr 2017, 8:21 PM
Purvang Upadhyay
Given the following set: {b, f, g, h, a, c} You are required to write a C++ programming code that will perform the following
arrays
c++
-3 Stemmen
6 Antwoorden
7th Jun 2021, 12:09 AM
Loona
How can i dynamic allocate memory for a matrix with rows and columns parameters given by the user?
c++
dynamic
matrix
memory
0 Stemmen
2 Antwoorden
5th Apr 2018, 2:01 PM
Bruno Ribeiro
Can anyone give a code to find single frequency of multiple words from a given paragraph using python.
strings
0 Stemmen
1 Antwoord
26th Jul 2019, 1:13 PM
Lovish Arora
What is meta charset? And what is UTF-8? I didnot understand the explanation given in the sololearn :(
charset
html
html5
meta
1 Stem
2 Antwoorden
20th Sep 2016, 8:02 AM
Sabbir H. Tareq
Given a chain of matrices A1, A2, A3,.....An, you have to figure out the most efficient way to multiply these matrices.
c++
constants
dynamic
java
2 Stemmen
2 Antwoorden
9th Feb 2018, 3:35 PM
Anil
Im stuck here can anyone help 😭😭 function is a perfect square, which a given integer n, returns 1 if n is a perfect square.
c++
2 Stemmen
2 Antwoorden
30th Nov 2018, 3:32 AM
Notorious.mimi
The c language codes which I have been learning in my school are really different from the one given here on solo learn why ?
c
code
different
difficulty
help
learning
solution
1 Stem
7 Antwoorden
22nd Oct 2017, 1:45 PM
Rittvik Vashishtha
There are repeated elements in an array.Print each element exactly once in the order given in the input array.
hashing
0 Stemmen
3 Antwoorden
13th Nov 2016, 9:34 PM
shivam khare
Is there any relation between the number given to srand() function and the generated ramdom numbers as output?
c++
rand
1 Stem
1 Antwoord
6th Jun 2018, 3:15 AM
Rounak Sartaliya
Hello! Somebody can help me. please!
code
expected
fixthe
generate
given
output.print('
python
the
to
1 Stem
4 Antwoorden
28th Oct 2021, 7:52 PM
Dia Abdoulaye
user inserts 5 strings, if any string has been repeated the user gets alerted and asked to try again,once the user has given 5 c
java
0 Stemmen
5 Antwoorden
18th Sep 2022, 1:36 PM
Lenoname
according to Gregorian calendar it was Monday on the date 1/1/1990 . write a program to find out what is the day on 1st January of the given yr
c++
2 Stemmen
3 Antwoorden
22nd Sep 2016, 2:23 AM
Meena
Given an array of integers as input, find the length of longest series of same numbers in the array. Also print that number.
array
fun
java
length
series
2 Stemmen
4 Antwoorden
20th Sep 2017, 6:53 AM
Sahil Luthra
How can i chek that the given number is prime or not.....plz suggest me a program
java
0 Stemmen
1 Antwoord
22nd Feb 2018, 6:38 AM
Akshit Mittal
Write a C program to convert a given integer (in seconds) to hours, minutes and seconds
(in
a
and
c
convert
given
hours
integer
minutes
program
seconds
seconds)
to
write
-5 Stemmen
1 Antwoord
11th Oct 2020, 10:44 AM
Sachithra Bandara
Program to calculate addition, substraction, multiplication and division of numbers given by the user as input.
java
0 Stemmen
1 Antwoord
31st Oct 2017, 9:03 AM
Kartik Patil
Has anyone here given Microsoft MTA Exam in software development? How much is it's certificate worth?
certificate
exam
microsoft
programming
0 Stemmen
1 Antwoord
7th Jul 2017, 1:09 PM
Kushagra Agarwal
Create a scientific calculator as given in windows operating system. Add all the possibilities for evaluation.
https://code.sololearn.c
-3 Stemmen
1 Antwoord
27th Jun 2020, 3:42 PM
Ayush Mishra
Searching a word in the given url page eg.wwww.dfgghh.com. And print msg success if match found
javascript
jquery
or
-1 Stem
1 Antwoord
3rd Jan 2018, 12:30 AM
unnamalai r
Write a program using nested loop to give output as a given below through C++. Course
control
flow
of
0 Stemmen
1 Antwoord
9th Sep 2017, 1:59 AM
Raj Kumar
Can you scan the color values of all pixels on the screen in a given frame?
java
1 Stem
1 Antwoord
20th Sep 2017, 4:55 PM
DarkWiz
What is the best algorithm for getting all subsets of a given set of elements ?
arrays
lists
sets
sololearn
1 Stem
1 Antwoord
4th Nov 2016, 8:06 PM
Aneeshan
In the given code, whichever block i place first sequentially returns a result while the one i place [continued in desc]
fileobject
python
read
1 Stem
2 Antwoorden
16th Nov 2019, 5:00 AM
Rayyan
How do run my code in JavaScript such that it makes a random choice from some given choices after the code is executed?
javascript
0 Stemmen
3 Antwoorden
26th Apr 2020, 7:39 PM
saatwik
How do i print prime number at given k'th position without checking for all numbers occurring before kth number
algorithms
numbers
prime
print
python3
0 Stemmen
3 Antwoorden
24th Feb 2018, 7:18 PM
Aayush Singh
The given code takes a text and a word as input and passes them to a function called search(). The search() function should r
why
0 Stemmen
3 Antwoorden
25th Jul 2021, 9:35 AM
Neelam Sangar
to find the circular primes.you have given a number from user for that you have to check wheather it is circular prime or not.
number
prime
2 Stemmen
5 Antwoorden
20th Sep 2017, 5:54 AM
satish genji
How this output comes to that code? Because I'm not given any value for this? Please explain that.Code is in discription line.
data-types
0 Stemmen
3 Antwoorden
1st May 2019, 4:36 AM
NRKS
Given an array of positive even and odd numbers. We have to find the index of largest even number. Use that maximum even number
array
c
c++
devleper
help_me
java
java_program
solve
1 Stem
3 Antwoorden
15th Nov 2018, 3:36 PM
Abrar Bandar
This app needs a review before the final quizzes. Given the fact that may users take several days or weeks to complete.
suggestion
1 Stem
4 Antwoorden
8th Mar 2018, 2:37 PM
Andward
Can we use two break statement in python. For example I have given you a code and it works👇.
input
0 Stemmen
1 Antwoord
20th Oct 2020, 7:21 PM
zeeshan
Are there any priority given to complex Mathematical operation in Python3 ? Suppose we have parentheses and curly parentheses
pyhton3
0 Stemmen
2 Antwoorden
29th Sep 2018, 10:42 PM
Aditya
If I provide input using input() it shows syntax error as given below but if I provide this value without input() it works,WHY?
continuationcharacter
exec
function
input
python
string
syntax
syntaxerror
2 Stemmen
1 Antwoord
6th Oct 2020, 5:56 PM
Hemant
How to convert a given 12 hour time format in hh:mm:ss AM/PM to 24 hour format if the function only takes a string as an input
java
string_functions
strings
timeconversion
1 Stem
7 Antwoorden
16th Mar 2018, 6:34 PM
Dibya Prakash Paul
What is the future of programming given the high level of automation ?Will there be enough jobs for programmers in 10 years ?
jobs
programming
2 Stemmen
4 Antwoorden
10th Nov 2017, 1:43 PM
talent jokonya
You are making a program for a bus service. A bus can transport 50 passengers at once. Given the number of passengers waitin
c++
1 Stem
2 Antwoorden
17th Dec 2020, 4:03 AM
Piyush Kumar
How written c programming
code
coding
given
how
much
start
tab
write
wrote
1 Stem
4 Antwoorden
29th Jul 2018, 4:00 AM
Khalid Warsi
what happen if I add "main" in "static void sayhello(String name)" as "static void main sayhello(String name)" on the given code
classes
code
java
main
objects
2 Stemmen
1 Antwoord
25th May 2020, 2:29 AM
Ray
Hello , can someone explain me the Magic Methods in Python 3. The given explanation here is very complicated for me.🙏
magic-methods
operator-overloading
playground
python3
1 Stem
2 Antwoorden
22nd Aug 2018, 1:28 PM
UNICORN
How to compare... Assume an id given by user and an id stored in a table in python sqlite3
mysql
python
0 Stemmen
3 Antwoorden
30th Jul 2017, 6:24 PM
Tanmay Sharma
Python script which take string as input from user and prints number of occurrences of character used in given string
python
0 Stemmen
2 Antwoorden
23rd Jan 2018, 4:31 AM
Devang Prajapati
Annual Revenue The given code declares an array that holds the monthly revenues for a company for a year. You need to calculate
java
1 Stem
3 Antwoorden
26th Aug 2023, 8:58 PM
D M D E V I Dissanayake-S22010030-622512534
What are the algorithm(step) through which the given program exhecutes? why if(condition) in 1st code is false? Why not in 2nd?
algorithm
if-statements
output
sololearn
1 Stem
3 Antwoorden
19th Mar 2018, 2:35 PM
Suraj Jha
white c program using else sir statement to find the largest number among the given two intergar number
c
0 Stemmen
1 Antwoord
9th Dec 2022, 6:34 PM
Akshay bevinakatti
Below is the code to print occurence of digit 4 among given numbers.Plze help me correct the code to get desired output
help
java
problem_solving
1 Stem
2 Antwoorden
13th Dec 2021, 2:39 PM
Tanu Jain
Can anyone show why the given code to calculate the value of sin(x) using Taylor series expansion not working properly?
python
series
taylor
trigonometry
1 Stem
1 Antwoord
20th Nov 2019, 8:54 AM
Rayyan
Stel een vraag
Stel een vraag
Stel een vraag
Stel een vraag
< Vorige
1
...
23
24
25
...
30
Volgende >
Populair vandaag
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Need help
1 Votes
How to install Bcrypt here
1 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes
What is happening with sololearn
1 Votes
Hello !
0 Votes
Help
1 Votes