+ 4
Am a new programming learner interested with C#
Can anyone guide me for easy understanding!!
16 ответов
+ 4
Feisal Said Read this lesson and comments:
https://www.sololearn.com/Course/CSharp/?ref=app
+ 4
The C# tutorial here is the first place to start
+ 2
I have posted the lesson , So please go through it and give the Question an attempt ...
+ 2
Alphin K Sajan
Here are my codes,where am I wrong??
using System;
namespace Code_Coach_Challenge
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("knowledge is power.");
}
}
+ 1
Alphin K Sajan I found there questions bit harder since I keep doing them and it keeps telling me no input
+ 1
Alphin K Sajan
Write a program to print "Knowledge is power.".
Don’t forget to put a punctuation mark at the end of the quote.
+ 1
Alphin K Sajan
Please try it and tell me if they get u right
+ 1
Alphin K Sajan
Thank you
I have made it
+ 1
first install visualStudio and start with console mode until you learn the basics (data types and structure, loops , conditions , .... etc) then you can do whatever you want (you can make windows applications with winfrom or wpf ... you can make mobile applications with xamarin ... or web applications with asp.net)
+ 1
Feisal Said Wlcm :) and
Gourar Abderrahim Which Question are you answering ??
0
Feisal Said Everything is correct , Just check the string inside Console.WriteLine ...
That is uppercase and lowercase (case sensitivity) should be considered ...
0
Feisal Said K should be capital ...
- 1
Feisal Said Actually do you knw why this challenges&projects are made .It is to test users understanding and knowledge .
So if you want to really gain something from this platform , Trying doing the projects and challenges yourself ...Coz maybe i can give u directly the answer but in a way iam obstructing your progress .So DIY ...and if your code fails against certain test cases , Post your code (attempt) to get help from the community ...
- 1
It says no input
- 1
Write a program to print "Knowledge is power.".
Don’t forget to put a punctuation mark at the end of the quote.
- 2
Feisal Said Post the Question and your attempt (code) so that i can help