Questions: 1 362

Answers by our Experts: 1 362

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

write a program to print the print the product of the first 10 even number.
write a program to display the highest 10 number entered.
write a program to enter a number from 1 to 7 and display the corresponding day of the week.
In C#, what would the output of this program be?
using System;
class DeclareArraysSample {
public static void Main() {
byte[][] s = new byte[3][];
for (int i = 0; i < s.Length; i++) {
s[i] = new byte[i+4];
}
for (int i = 0; i < s.Length; i++) {
Console.Write("{0} - {1} ", i, s[i].Length);
}
}
}
Write a windows C# application for a telephone provider service. The application contains a combo box holding the country dialing code for 10 different countries. The program will contain an array to hold the “per minute” charges that differ for each country. The application also contains a textbox to enter the number of call minutes to display (in a label) the total call price, or the minute price if no amount is entered in the textbox.


pllllllllllllllllz help me to do it i dont know how to make it !!!!
Could anyone please give me these two examples with zip?


1. Create a Form with a ListBox that lists at least four sports
teams of your choice. When the user places the mouse over
the ListBox, display a Label that contains single-game
ticket prices for each team. Th e Label disappears when the
user's mouse leaves the ListBox area. When the user clicks
a team name in the ListBox, display another Label that
contains the correct ticket price. Also change the BackColor
of the Form to the selected team's color. Save the project as
TeamSelector.

2. Create a Form that contains three Labels that hold famous
quotes of your choice. When the program starts, the
background color of the Form and each Label should be
black. When the user passes a mouse over a Label, change its
BackColor to white, revealing the text of the quote. Save the
project as DisplayQuotes.
Operation
• The user enters a string that consists of a last name, an account code, and a password in this format: name, account code, password. (Each value separated by a comma.)
• When the Parse button is pressed the application parses the string into name, account code, and password and displays the result in the controls shown.
Specifications
• The application should check that a value is entered into the text box (i.e. it is not left blank.)
Enhancement
• The application should check that the value that is entered includes two commas.
• The application should provide for the user entering one or more spaces after each comma and at the beginning and end of the string.
A magic square with n order is comprised of n^2 numbers(from 1 to n^2).Sums of each row,each column and its diagonal sums are
the same. The constant sum in every row,column,and diagonal is called magic constant, M,where:
M=n(n^2+1)/2
In this project,you are required to design a programme called Magic Square for Odd Order. The programme should prompt user for
any valid odd integer, n, and produce a magic square with size n x n.
Create a 2-dimensional (3 x 3) integer array which contains 9 random numbers ranged from 0 to 100. For each number, determine whether the number is a prime number or not. You should define a method to test whether a number is prime or not. A prime number (n) meets the following requirements:
1.n must be larger than 1..
2.If n is greater than 1, then start dividing by 2, 3, …, n-1 and check the remainder. If none of remainder equals to 0, then n is a prime number. Otherwise, it is not..

Your programme should:
1.Print all elements in 3 rows.
2.Print the total number of prime numbers..
3.Print all location(s) of prime number(s) and their values (if there is any).
i need code that is formed base having button ip addres ,to sever,txt..chat}_client server exchage data by giving ip....
LATEST TUTORIALS
APPROVED BY CLIENTS