TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
taks kamps
NA
39
6.8k
does anyone know why my code isn't running?
Nov 12 2018 5:06 AM
using System;
namespace MyConsoleApp
{
class Program
{
static void Main()
{
Console.WriteLine(Capitalise(Console.ReadLine()));
}
static void Capitalise(string enteredString)
{
return enteredString.ToUpper();
}
}
}
Reply
Answers (
4
)
how to get image from web service from andriod
ERROR WHEN WRITING C# CODES TO ADD BUTTON ON MY CONTACT FORM