answersLogoWhite

0

Is madam string or variable

User Avatar

Anonymous

11y ago
Updated: 8/21/2019

No because madam is a string and character as the same time

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is a declaring variable?

Variable declaration is when you declare a variable. For example: String foo; The data type is String and now I can modify foo and don't need to type String again. It can be an instance variable or a local variable.


What is the code required to convert an integer variable to a string variable in Java?

There are several different methods to convert an integer variable to a string variable in Java. For example, one can use the following code to convert an integer variable to a string variable: Integer.toString(number)


(variable) = a(not a string!)?

Character


How can you check if a variable is a string or an integer in PHP?

Integers - The "is_int()" function can be used to check if a variable is has an integer for its value. ---- is_int($variable); // Returns true if $variable is an integer - otherwise false ---- Numeric Strings - Numeric strings are strings with numbers (or things that count as numbers) in them. Numeric-string variables are not integer variables. Numeric-string variables are passed on through forms, instead of integer variables - if you were wondering. Check form values using string formats, and not integer formats. The "is_numeric()" function can be used to check if a variable is a string with numbers - and only numbers - in it (except things that add up to be numbers). ---- is_numeric($variable); // Returns true if $variable is a string, and only contains numbers (broadly speaking) - false otherwise ---- Strings - String values are just text, basically. String variables can contain integers, but that does not make it an integer-type variable - it makes it a numeric string variable. The "is_string" function can be used to check if a variable contains the value of a string. ---- is_string($variable); // Returns true if $variable is a string - false otherwise


Is the value 3 a string variable?

No, it is an integer. You can save an integer value to a string variable but, in this case the value is explicitly stated to be 3.


In PHP you can use both single quotes ( ' ' ) and double quotes ( ) for strings?

You can use single quotes $variable = 'string'; You can use double quotes $variable = "string"; You can use the Heredoc method $variable = <<<EOT Very Long String EOT; And you can use the Nowdoc method (after PHP 5.3.0) $variable = <<<'EOT' Very Long String EOT;


What is string variables?

A string variable is a programming language construct that holds text. For example, the text "The sky is blue" could be stored to a string variable, then later in the program, that text could be displayed.


What is String Str?

Str is probably a String variable declared. Usually when we declare String objects we prefix it with the character str. example: String strName = "";


What is a name for a variable used for storing text?

string


What is difference between String str and String s equals new String?

Btw, this is a C++ question. in 'String str', str is an object and most probabily (based on most String implementations) we can use str = "my name"; int len = str.length(); String s = new String; <== this is something wrong. it should be String *s = new String; here 's' is a pointer and the object is allocated/instanciated by 'new' operator you can use it *s = "my name" int len = s->length()


How do you convert string to int in Java?

One can convert a string variable to an int variable in Java using the parse integer command. The syntax is int foo = Integer.parseInt("1234"). This line will convert the string in the parenthesis into an integer.


What is a hypothesis for length of string telephone responding variable clairity of sound?

A hypothesis is a prediction or proposed explanation for something. A hypothesis for the length of string telephone with a clarity of sound responding variable can be about the string length affecting the quality of the sound.