Cursos
Fazer login
Começar a aprender IA
Cursos
Fazer login
Começar a aprender IA
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
find out count of all subsets such that the sum of all the numbers in the subset is equal to target number.
c
c#
c++
java
programming
0 Voto
1 Resposta
18th Sep 2019, 11:02 AM
vivian
Can any give me the code that count the number vowel and consonants in a sentence or a word in phython
phython
0 Voto
2 Respostas
5th Aug 2018, 12:56 PM
Ammar Ahmad Adam
How can I count the number of unique elements instead of show the unique elements? exp:in input show 4 .Means we have 4 unique
c
0 Voto
1 Resposta
23rd Dec 2020, 10:25 AM
Pardis
Write a program to have the user input three (3) numbers: (f)rom, (t)o, and (i)ncrement. Count from f to t in increments of i
loops
-1 Voto
6 Respostas
28th Jun 2017, 1:01 AM
Daberechukwu M. Nwafor
Counting
count
python
q&n
qna
0 Voto
2 Respostas
3rd May 2018, 6:14 PM
Ayaan
Write a program-timer, that will take the count of seconds as input and output to the console all the seconds until timer stops?
javascript
node.js
website
1 Voto
2 Respostas
27th Jan 2022, 5:50 PM
Atahar Shihab Dipu
letter counter
count
dictionaries
letter
lists
methods
1 Voto
2 Respostas
17th Sep 2021, 6:53 AM
Alireza Azizzadeh
Can you tell me what is the right answer? I got this problem in sololearn code challenges just now. Answer is count = 4. Right?
cpp
0 Voto
4 Respostas
10th Sep 2022, 3:05 AM
Oliver Pasaribu
Good day! Why, if you add the boolean operator <= to the for loop, then the count will start from one, not from zero
c#
0 Voto
2 Respostas
2nd Jun 2021, 6:04 PM
أندريه
Can anyone help me to count the words in line. The words can be separated by '.' , ',' , ' ' , '\t' , ';' plz refer code below
c
c++
1 Voto
10 Respostas
26th Aug 2017, 5:05 PM
Ankush Mamidwar
D={'Ahmed':[1,5,3], 'Ali':[6,2,4]} for item in D: count = len(D[item]) - 1 x = 0 while x < count: D[item][count] += 1
explain
python
0 Voto
1 Resposta
22nd Dec 2019, 7:45 PM
Hussin Fekry
What is the Date function in c# ? and how I can count the days from a date till now ?
c#
0 Voto
2 Respostas
25th Aug 2019, 2:04 PM
Fuad Abdalsslam
Can anyone please write a C program to delete all the node placed at even position of the link list (start count from 1)
android
c
c++
ds
java
linklist
python
r
0 Voto
3 Respostas
21st Mar 2020, 6:22 AM
Rohit Negi
Write a code using do while loop to read the numbers until -1 and also count the +ve, -ve & 0's encountered by the users
c
code
cprogram
programming
-1 Voto
2 Respostas
14th Apr 2020, 3:12 PM
Shaik Vajida
Hi everyone. I have got an array of objects with name properties.How do i count the total number of letters in the array.
javascript
0 Voto
2 Respostas
11th Feb 2022, 11:03 AM
CedyAdvance
How to write a code in Python to read a text document and list words from most to least frequent?
count
pattern
python
statistics
strings
0 Voto
3 Respostas
9th Apr 2018, 9:36 PM
Adam Radivojevic
I wants to count total ( 1 ) number present in the given length. This program is only from 0 to 100. But I wants upto 10000.
c
0 Voto
4 Respostas
4th Mar 2020, 5:38 PM
Vishwesh Patel
How to get only one row in sql having count of one column in that table is >10 to be given in where condition
sql
2 Votos
2 Respostas
14th May 2018, 5:03 PM
mallika
Create an integer list with the user given inputs. Write a program to print the count of particular element in the list.
python3
1 Voto
1 Resposta
11th Aug 2020, 5:23 PM
MASTANAIAH BANDI
can any one help me with this code error is in line 9 and 19 (program to find and count repeated alphabet)
#java
0 Voto
1 Resposta
17th May 2022, 5:16 AM
Sahil Jadhav
Given a list of integer numbers, count the frequency of each number in a list and print it out.
function
python
python3
0 Voto
1 Resposta
23rd Oct 2017, 10:50 AM
Бауыржан
Tel me a java code for this qusestion->Suppose my name is yogesh & if i write csyogeshbs then java should only count yogesh ...
java
0 Voto
4 Respostas
31st Oct 2017, 7:08 PM
Yogesh Bhatt
Write a function that takes a string and a letter as its arguments and returns the count of the letter in the string.
function-arguments
python3
-2 Votos
3 Respostas
2nd Oct 2021, 4:28 PM
Bobby
Write a program to input a string and to count the number of vowels, consonants, words and commas in it.
python
python3
0 Voto
1 Resposta
22nd Nov 2018, 5:16 PM
iamlegend
How can i make my program count on python how many times me or the computer won you find my trial at the end of the program
py
3 Votos
2 Respostas
6th Jun 2020, 5:54 PM
Elliot
Why does this query return to many counts?
count
groupby
having
sql
1 Voto
1 Resposta
18th Aug 2018, 6:44 AM
Maximilian Schmitt-Egenolf
Write a boolean expression that returns True if tge value of the variable count is between 1 and 10 inclusive
cpython
python
0 Voto
2 Respostas
1st Oct 2017, 12:41 PM
Kwabena Dennis
Please help me to find solution.
c++
count
data-types
even
queue
3 Votos
1 Resposta
5th May 2021, 2:22 PM
Utsav Singh
Get n list and compare the values inside if the numbers are same then you have to count 1 if not then return -1
c
java
python3
0 Voto
2 Respostas
24th Aug 2022, 1:21 PM
pooja balamurugan
Program that will read contents of existing text file “data.txt”. count and display the number of alphabets ,vowels and dig
c++
0 Voto
1 Resposta
19th Jan 2020, 7:16 AM
Gautam Pancholi
Write a program to accept characters from the user and count total alphabet and digit till the user enters ‘$’.
c
-2 Votos
2 Respostas
9th Oct 2022, 9:26 AM
Sam Mtle
Ask user think of a no. then you need to guess that no.then find whether that guess is too far or near and count the attempts
randomnumber
0 Voto
4 Respostas
11th Sep 2018, 5:03 PM
Shivyaaa
Why i cannot import all functions using import itertools ?
count
import
itertools
python
1 Voto
1 Resposta
28th Jun 2017, 1:32 PM
S.Naveen Kumar
What do y'all think about it? Can you do better? Method to count the number of xs in a string (can work with any other strings)
java
1 Voto
2 Respostas
13th Apr 2020, 7:56 PM
David Bukedi Diela
Create class Book with variable title, price. - Add static variable discountRate. - Add static variable count. Increment count v
class#static
0 Voto
1 Resposta
15th May 2021, 9:46 AM
Shekhar Narwariya
count the repeated character to display in java ? for ex. MAHARASHTRA their A is repeated 4 times in output A = 4 like that
c
java
0 Voto
2 Respostas
8th Jan 2020, 4:04 AM
Kedar Selmokar
Getting percentage of letters in text
count
file
filehandling
question
text
1 Voto
2 Respostas
27th Jul 2020, 4:44 AM
Deepak Bastakoti
24.3 python please correct my code from Break
24.3
break
count
let’s
practice
python
0 Voto
2 Respostas
13th Nov 2021, 4:57 AM
t029박현민
write a program to input the votes in a ballot paper and count the number of votes each candidate has got?
ballot
c++
candidate
program
votes
0 Voto
1 Resposta
17th May 2018, 11:49 AM
Mukul Kanojia
Тoday a customer want a cake set that has minimal calories. Write a query to sort the cakes by calorie count and select the fir
sql
-1 Voto
3 Respostas
20th Apr 2022, 1:19 PM
Drex 1
Write a program in c++ to accept names of 5 students and count the number of characters in each name.
c++
0 Voto
1 Resposta
7th Feb 2017, 3:26 PM
manish raj
Write a program to find all sub string of given string and count the numbers of that sub string present in the original string.
c
c++
coding
count
java
python
sololearn
string
substring
1 Voto
2 Respostas
7th Sep 2017, 6:29 AM
Rahul Aryan
I need to give input twice to get output, where do i need to fix the code?I need to find the count and sum of given number 1 inp
c
0 Voto
5 Respostas
3rd Jul 2021, 5:40 PM
Siyam
Fill In The Blanks to get the total Count Of Fruits Stored In The Array $arr Notice There are 7 apples and 5 orange
array
php
0 Voto
2 Respostas
4th Jun 2020, 9:30 AM
Hm Hasan
I want to create a program which will count number like 1 and then 2 and then 3 when user click the button every time.
javascript
0 Voto
2 Respostas
18th Jul 2019, 3:27 AM
Noor
weird array is the array in which direction weird number X and size of array is at least 2 and number Axis weird if the count of
please
0 Voto
2 Respostas
4th Feb 2023, 11:17 AM
manoj
Given N numbers: the first number in the input is N, after that N integers are given. Count the number of zeros among the given
ninteger
python
snakify
0 Voto
1 Resposta
15th Oct 2020, 10:33 AM
Khicheengui Elbeg
Write a C program to read a file and count the number of lines in the file. Note : Should not use an in-built function.
c
program
1 Voto
1 Resposta
19th May 2018, 1:38 AM
Arun Sharma
I am given an text file...I have to write a progr thay reads above file and displays names of females and count of males and fem
python
0 Voto
4 Respostas
2nd Apr 2017, 11:21 AM
Juandré
how can I make the one of buttons this way --> "that when I clicked on it it adds or subtraction count +4 not 1"
help
2 Votos
2 Respostas
11th Mar 2018, 5:20 PM
Sina
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
11
12
13
Próximo >
Quente hoje
Python intermediate help with dictionaries
0 Votes
I'm about to make a complex calculator in python
0 Votes
Marquee
1 Votes
Any Advise?
1 Votes
why is python community is too small in sololearn?
0 Votes
How far do courses go on Sololearn?
0 Votes
Popsacles Aufgabe
1 Votes
Button In C++
1 Votes
C#
0 Votes
Audio adding
1 Votes