Cheetah
✅ I have 5 errors and have 0 ideas on how to fix them :(
Ok so i havve syntax error, '(' expected at line 31
i havev ) expected at line 31
i havve ; expected at line 31
i have cannot implicitly convertt type 'Char' to 'string' on line 29
and cannot implicitly convert type 'string' to 'bool'
55 replies
"name space 'helloworld2' already contains a definition for a 'program'
Man this my first code ever in c# it worked two seconds ago and now it dont what do i do pls heres the code "
using System;
namespace Helloworld2
{
internal class Program
{
static void Main(string[] args)
{
int Number =0;
Console.WriteLine("Hello world");
Console.Beep();
while (Number > 10) {Console.Beep();
Number++;
Console.WriteLine("Beep");
} } } } " i have two error one that was the starting text thing and the otther is "type 'program' already defines a member called 'Main' with the same parameter types
} } } } " i have two error one that was the starting text thing and the otther is "type 'program' already defines a member called 'Main' with the same parameter types
23 replies