Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Which method can be used to remove any whitespace from both the beginning and the end of a string?
python
0 Voto
3 Respostas
21st May 2019, 6:19 AM
Redwine🍷🍻
How do i get rid of a character if i know its position in a java string?
delete
java
1 Voto
3 Respostas
1st Nov 2017, 2:35 AM
William Rodriguez
What's the purpose of writing two strings and adding them rather than just writing one string?
python
strings
1 Voto
2 Respostas
27th Aug 2016, 11:22 PM
Mike
In the following code snippet why is char[] is used, when we can use String?
java
0 Voto
2 Respostas
4th Apr 2017, 5:04 AM
Sujay S Bhat
How do I have a user input a phone number and convert it from a string? ?
c#
input
0 Voto
3 Respostas
9th Dec 2017, 4:47 PM
Chery
why do you have to assign yourName to a string? Couldn't you just leave the string out?
c#
input
0 Voto
3 Respostas
15th Dec 2016, 2:25 AM
Vasiliy
Can you use the #define preprocessor to convert any value stored in a variable to string?
c
define
preprocessor
type-conversion
0 Voto
1 Resposta
11th Apr 2020, 2:45 PM
Atiksh Mittal
What is the best way to convert sound to text string? The code converts the talk to writing
c#
0 Voto
2 Respostas
26th Mar 2018, 10:36 PM
careem hashim
Could anyone help me, please that how to make a string array in c++ that can contain any string?
c++
0 Voto
4 Respostas
17th Feb 2018, 10:57 AM
InfiniteFX
What is the command to declare a string data by human like cin>>a; but when a is a string?
c++
data-types
0 Voto
4 Respostas
1st Aug 2016, 11:20 PM
Isembart
How can I improve my code below so that it is able to break apart any sized string?
css
dom
html
javascript
strings
0 Voto
1 Resposta
10th Dec 2018, 11:15 PM
Thomas Czernek
Como declaro un array de multiple tipo de dato, es decir que contenga Int y String?
arrays
-1 Voto
1 Resposta
26th Mar 2018, 4:55 AM
Luis Arcia
What compiler should I use to allow the user to input the value of a string?
c++
compiler
strings
0 Voto
1 Resposta
4th Nov 2016, 1:26 PM
Indie Geek
Write a OOP in C++ to read a string and find out number of vowels and consonants in that string?
cpp
0 Voto
4 Respostas
6th Apr 2017, 2:10 AM
Damodar Joshi
• Write a program in C++ that input a string from the user and counts the number of vowels in the string?
shows
the
vowels
1 Voto
4 Respostas
11th Jul 2018, 11:22 AM
Emran Afghan
How do you take an input in python and verify its type and print accordingly if it is integer, float or string?
python
1 Voto
5 Respostas
11th May 2017, 1:14 PM
Madhurima Chakraborty
What's the difference between an empty string and a null string? And both of them will have an address in the memory?
empty
java
memory
null
strings
1 Voto
2 Respostas
23rd Jan 2020, 4:02 PM
Hichem GOUIA
Can you help me to write a java program to find the duplicate words and their number of occurrences in a string?
java
strings
1 Voto
4 Respostas
7th Jan 2018, 6:19 PM
Sreerag Murali
Can any one explain need of strings as already we have characters which can be used as string?
java
0 Voto
2 Respostas
18th Oct 2017, 11:36 AM
Akhil Gorantla
While learning input, why do we need quote marks to insert numbers added in a string? They weren't needed at beginning.
input
strings
0 Voto
2 Respostas
16th Jul 2020, 11:34 AM
Cyn1
Challenge: How do you remove the first and third occurrences of $ from a given string? (Code it and Upvote too)
#c#
#can
#challenge
#code
#everyone
#program
#question
#sololearn
#string
#upvote
3 Votos
1 Resposta
15th Oct 2017, 7:14 AM
Anant Arun
why we use '+' between two string? if we don't write then also it will appear the same output.. so what is the use of that plus
plus
0 Voto
4 Respostas
22nd Oct 2020, 4:02 AM
Kushal Barot
Anyone knows how to print a variable from a string? For exemple: var = 3, string = "var". Then, you have to print it from string
python3
-2 Votos
7 Respostas
2nd Mar 2019, 11:51 AM
SlowFast
How to include \ as part of your string? Example : "martin\" prints martin\\. How do yoo make it print martin\
python
strings
0 Voto
3 Respostas
18th Dec 2016, 9:55 PM
Akshata
How do I create a queue that can insert and delete more than one data value with the data value being string? Please and thanks
adt
basics
beginner
c
program
0 Voto
3 Respostas
30th Mar 2020, 10:15 PM
Tyrese Morgan
Why is there an error when I concatenate a String var with a char to form a new String and this char belongs to another String?
strings
0 Voto
3 Respostas
2nd Aug 2020, 5:59 PM
Adriel Mederos
How to write a function grade that takes in the name of the student and return the Grade of the student as a string?
defined_variables
dictionary
python
0 Voto
2 Respostas
2nd Nov 2018, 8:30 AM
Nah Wei Siang
In PHP don't exist the 'char' type? If I declare a variable with one character it is classificate with a String?
data-types
php
0 Voto
1 Resposta
30th May 2016, 11:56 PM
Diego Veronez Nunes
Is it possible to use the regex modules search function to find the subsequence of a subtring in a string? Below is the example
python
-1 Voto
2 Respostas
22nd Jun 2021, 6:52 PM
Dan
Why some programmer use char array of int instead of using strings,? And how to generate this char array from a string?
array
char
java
strings
1 Voto
1 Resposta
24th Sep 2017, 12:45 PM
Aboelazm Mohamed
write a recursive function to determine the given String is palindrome Or not and also write a recursive function to determine the length of the String?
c++
0 Voto
2 Respostas
21st Nov 2016, 4:07 AM
Prithvi Malhotra
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
7
8
Próximo >
Quente hoje
Basic Thing
2 Votes
Help me learn codeing
1 Votes
Python " relay race" test in beginner course isn't working for me.
0 Votes
correct this code please
0 Votes
What is the difference between del and remove() on lists?
1 Votes
Online Python course
2 Votes
How to create calculator
2 Votes
Why HTML and css not connec? I am has used code <link , but dosn't work
1 Votes
Django server hosting
1 Votes
🌟 User-Agent Details App! 🌟
1 Votes