Input:
enter the value:1234
output:
1
2
3
4
write a program to get above output.....
Answers were Sorted based on User's Feedback
Answer / mahesh.b.p.c
static void Main(string[] args)
{
string value= Console.ReadLine();
foreach(object num in value)
{
Console.WriteLine(num);
Console.WriteLine();
}
Console.Read();
}
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / arunbabu.k
static void Main(string[] args)
{
Console.WriteLine("Enter text/numbers");
string str1=Console.ReadLine();
char[] ch_str = new char[str1.Length];
ch_str = str1.ToCharArray();
for (int num = 0; num < str1.Length;num ++ )
{
Console.WriteLine(ch_str [num]);
}
Console.Read();
}
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / chandan
public static void Main()
{
string str = Console.ReadLine();
foreach (var obj in str)
{
Console.Write(obj.ToString());
Console.WriteLine();
}
Console.ReadLine();
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bala
static void Main(string[] args)
{
string value = Console.ReadLine();
foreach (var num in value)
{
Console.Write(num + " ");
}
Console.Read();
}
| Is This Answer Correct ? | 0 Yes | 4 No |
What is the important feature of inheritance?
Have you ever interfaced with a database?
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
what is main difference between object oriented object base
What do you mean by pure virtual functions?
Write a program in c++ to read two floating point numbers and find their sum and average.
What is polymorphism and types?
How to overload postfix operator in c++
Why we are use # in begning of programme of c++.
What are generic functions and generic classes?
What is abstraction encapsulation?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview