blah blah blah is here! blah blah » Close

0
votes
1 answers

C# Windows Form Application Errors?

Hello. I get these errors when trying to make a application in Program.cs: [code]Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1());[/code] 1st Line Error: "Ena ...

-2
votes
0 answers

HCF PROBLEM

Write an algorithm to find the Highest common factor (HCF) of three numbers.In addition,write a program to implement this algorithm. how to create in c-sharp program.

-5
votes
2 answers

sir

write an algorithm to accept two string and check wheter the second string exists withing the first string.For example.if the first string is "concatenation" and second string is "cat",the algorithm should display " ...

-4
votes
2 answers

sir

Write an algorithm to multiply two 3*3 matrics.In addition,write a program to implement this algorithm. how to create this program in c-sharp

-4
votes
0 answers

sir

Write an algorithm to find the Highest common factor (HCF) of three numbers.In addition,write a program to implement this algorithm. how to create in c-sharp program.

-4
votes
1 answers

sir

Write n algorithm to accept a number between 1 and 9 and display a pyramid . for example,if the number entered is 5,the following pyramid will be displayed; 1 1 2 1 1 2 3 2 1 2 3 4 3 ...

Feedback