Hi,
While creating this program i keep gettin this error that says: "Invalid Rank Specifier: expected ',' or ']'"
using System;
class New
{
public static void Main()
{
int[,,] myArray = new int[,,]
{
{200, 100, 100},//problem here
{100, 200...
Hi,
Im new at C# programming....just practicing some programming concepts. I was working on a array program...when I encountered this error message: "Use of unassgined local variable 'avg'". I had already declared this variable previously. So Im not sure how to fix this error.
using...
Hi,
I keep getting an error message when I try to call the below methods and show output them in the console.WriteLine method. Please have a look:
using System;
namespace ConsoleApplication1
{
class Building
{
int floor;
int occupants;
int area...
Hello,
I am creating a form. In this form I have this section with several options (radio buttons). Now I made it mandatory to select an option using the if statement. However, when I click 'ok' on the alert box, the message is still being sent. Here is the code:
if...
Hello,
I am creating a form. In this form I have this section with several options (radio buttons). Now I made it mandatory to select an option using the if statement. However, when I click 'ok' on the alert box, the message is still being sent. Here is the code:
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.