Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Does sum() function in Python converts the output into string? Or Is the return type of sum() is string??
arraylist
lists
python3
sum()
1 голос
15 ответов
25th Aug 2020, 2:30 PM
_/`Juju`\_
Can we use a single quotation in string? I can, What are the situations?
python
0 голосов
3 ответов
11th Jul 2023, 4:29 PM
Monec
What is a string? Pls don't explain in the application's way because I didn't understand it
python
strings
2 голосов
11 ответов
10th Oct 2016, 8:25 PM
De Nomano Amedi
In Java, how can we concatenate integers using an object of type string?
concatenation
int
java
object
string
0 голосов
3 ответов
21st Sep 2021, 6:03 AM
Solus
How can I remove or change some determinated characters in a string?
characters
python
strings
0 голосов
3 ответов
2nd Sep 2017, 9:53 PM
Rhesus
Write as program which will remove any given character from given string?
beginner
programming
strings
0 голосов
1 ответ
11th Feb 2020, 11:56 AM
Arman Ansari
Can you have an input string print input of a previous string?
#python
#userimput
1 голос
1 ответ
20th May 2022, 3:40 AM
Kelli
How to compare a single word of multi word string to another multi word string?
c
compare
strings
2 голосов
4 ответов
12th Sep 2020, 4:04 PM
Sneha Bisht
How do we get to know when any number we print is an integer or string?
strings
0 голосов
5 ответов
29th Aug 2021, 12:27 PM
RAHUL SHARMA
a java program to count the number of words in a string?
coding
freshers
interview
java
strings
1 голос
2 ответов
7th Jan 2018, 6:22 PM
Sreerag Murali
How would I replace every occurrence of a letter expect for the frist and last ones in a string?
c#
0 голосов
13 ответов
23rd Oct 2019, 9:54 PM
Bobby Ma
how to check if there is "A1" sequence somwhere in string?
beginner
python
python3
0 голосов
1 ответ
15th Apr 2019, 2:07 PM
Bikal Shrestha
Is it possible to convert an integer into a raw string?
int
integer
python
raw-string
regular-expressions
string
type-conversion
0 голосов
1 ответ
20th Sep 2018, 12:42 PM
Rora
how can i perform this substraction operation using void function and string?
c
learning
programming
0 голосов
1 ответ
26th Apr 2020, 8:21 AM
Aarón Alva
Is there a more efficient way of adding a variable to a string?
python
strings
variables
1 голос
2 ответов
13th May 2019, 12:22 PM
Akko Rishtar
How can i find the second index position of "," for example in a string?
strings
0 голосов
6 ответов
30th Aug 2018, 12:16 PM
Daniel
Is it possible to declare a C++ Variable that can contain an Intenger or a String?
c++
cplusplus
cpp
integer
string
4 голосов
6 ответов
28th Jul 2017, 7:32 PM
BwD//Felix Janetzki
How can you create a variable in java that can hold all data types or int and String?
java
variables
3 голосов
6 ответов
27th Apr 2020, 11:49 PM
Divine Darkey
How can I find the index of a back slash within a string?
python
0 голосов
1 ответ
30th May 2020, 7:09 PM
Jeremy Cruz
Hi, How do I add this sign - between a string? Please see my code below
2 голосов
7 ответов
18th Sep 2017, 9:39 PM
Sibusiso Mbambo
Which algorithm can I use for finding the palindrome and reverse of a string?
algorithm
1 голос
2 ответов
19th Sep 2018, 4:25 PM
Krishna
Please, why will the data input from a user have a default data type of string?
javascript
1 голос
5 ответов
7th May 2020, 5:30 PM
Kelechi Ikpo
What is a good way to convert character array of varying sizes to a string? (C++)
array
c
char
character
conversion
cpp
garbage
string
strings
to
0 голосов
4 ответов
31st Mar 2022, 8:48 PM
Seb TheS
Can someone give me a code to form palindrome from a string?
c++
palindrome
string
strings
0 голосов
2 ответов
14th Apr 2017, 7:25 AM
Deepak Gupta
is it possible to check if a digit exists in an integer without converting into string?
challenge
integers
python
python3
2 голосов
2 ответов
30th Jan 2022, 4:59 AM
cal
How to convert string to char to find what i have assign into that string?
java
1 голос
4 ответов
31st Oct 2017, 8:02 AM
Maha Fatima Memon
[Ruby] Is there a way to check if there is a space in a string?
ruby
strings
0 голосов
3 ответов
29th Aug 2019, 10:53 PM
takeru
Is there any difference between String and string? If yes, what's the difference?
string
strings
1 голос
2 ответов
26th Jan 2017, 1:45 PM
Kommoju Sunil Kumar
My question is I declare my name and i see in output using string?
c#
output
1 голос
3 ответов
20th Feb 2017, 6:33 PM
Abdullah al faruk Raju
Will the getchar() function get only the first character if the user entres a string?
c
getchar()
1 голос
3 ответов
29th Dec 2018, 3:57 PM
Konybud
If i create a method and i dont specify a type, will it be a String?
java
methods
0 голосов
6 ответов
18th Dec 2016, 11:39 PM
Andrés Alejandro Molina Rodriguez
How can I extract numbers in a linked list and store them into a string?
java
-1 голос
3 ответов
24th Aug 2020, 4:37 AM
Azalea
In c++ why do we sometimes put /n inside double quotes along with the string?
c++
0 голосов
4 ответов
18th Feb 2017, 3:45 AM
Parth Kapadia
Is there a way to check if multiple entries in a list show up in a string? (Python)
python
1 голос
4 ответов
1st Feb 2022, 1:39 AM
Matt Dahl
When using boolean operators in python, what is the point of using Unicode or "ASCII" in a string?
python3
1 голос
5 ответов
16th Jun 2024, 2:01 AM
Byron
Could someone tell me the method we use to convert an integer into a string?
int
java
methods
strings
type-conversion
variables
0 голосов
1 ответ
14th May 2018, 9:57 AM
Ibaadi Jaya
Array of char is determined end by '\0' char. How about the string?
c#
strings
0 голосов
2 ответов
21st Feb 2017, 12:11 PM
Liêu Tấ T
Is there a way to pass a float from one variable to another variable of type string?
swift
type-conversion
0 голосов
5 ответов
29th Sep 2018, 7:56 AM
Gladys
I still don't get why we use triple quotations. Also what's doc string?
python
strings
0 голосов
2 ответов
28th Mar 2016, 9:20 PM
B.T
Why is the void data type used for the function if the output is a string?
c++
constants
0 голосов
5 ответов
2nd Aug 2016, 3:42 AM
Ian Dillon
Here the name takes any data type. How can I make sure it only accepts a string?
E
i
If
1 голос
5 ответов
11th Nov 2017, 7:32 AM
Jyoti Kaurav
How to know if the first letter of a String is alphabetically greater than the first letter of another String?
comparing
java7
strings
2 голосов
4 ответов
16th Feb 2019, 9:45 PM
Leo Hunter
PLEASE HELP!! Is it possible to output my actual method (the code compiled) to a string?
c#,
methods
output
strings
0 голосов
4 ответов
14th Dec 2017, 3:09 PM
Stephen Brett
What is the correct syntax for selecting the first letter in a string? In php
php
0 голосов
3 ответов
14th Jun 2017, 10:17 PM
David Mason
Is the logic of my code correct in reversing string? Do I need some improvement in my code?
c
1 голос
2 ответов
17th Aug 2022, 1:03 AM
EllaQueen
How can I tell this stupid JavaScript to take a float as the value in the prompt function not a string?
javascript
5 голосов
2 ответов
15th May 2019, 11:11 AM
//(AnOnYmOuS);
How to take an input of integer of which range is 1<n<10^100 as string?
programming
string
0 голосов
2 ответов
12th Mar 2017, 9:31 PM
Shahril Ahmed Siddiquee
Why same of both hashCode is same where both object creation is diffrent in string?
corejava
java
strings
1 голос
1 ответ
30th Jul 2018, 7:13 PM
Ibney Ali
Why sys.ps1 & sys.ps2 are not defined? How to use smth similar for the prompt string?
py
0 голосов
2 ответов
25th Sep 2019, 8:41 AM
UraL
How to generate a random string (specified value) from a a specified string? e.g let 'hello' be random
random
0 голосов
3 ответов
21st Oct 2020, 8:52 PM
Keegan Sichone
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
6
7
8
Следующий >
Актуальное сегодня
What's wrong with this code ? ( Beginner)
3 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Please rate my code from 1 to 10
2 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Square Roots
0 Votes
Uuu
1 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes