Write a program to find the table of numbers using a while loop. Your program should ask the size of the table. That size defines the rows and columns. Use while loop only for this program.
Create a c# program that determine the IP address configuration of a computer
Is 3Fn-Fn-2=Fn+2for n >3n are valid?
Explain snell law
What is momentum
Under certain conditions, orange is converted into juice at a rate, which is proportional to the
amount unconverted at any time. If out of 70 grams of juice at t = 0, 6 grams are converted
during the first 3 minutes, find the amount converted in 1.5 hours.
m rows, n columns:
input:
3,3
output:
1 2 3
4 5 6
7 8 9
Write appropriate C++ statement/s for each of the given conditions below.
1.
A
function call
that passes the value of
x
. The function is named as
getNumber
.
2.
A
function call
that passes the values of two parameters
x
and
y
. The function is named
as
computeArea
.
3.
A
function heading
named
minimum
with two integer parameters called
n1
and
n2
and
returns an integer result.
4.
A
function heading
of void function named as
computeP
erimeter
with two integer
parameters called
p1
and
p2
.
5.
A
void function
named as
check
with one formal parameter of type integer, that will
determine if the value
received in the parameter is positive or negative.
validation:
username should be in between 4 and 25
should start with letters but not underscore
should not be special characters
input:
output:
true
input:
google@123
output:
false
pager:
input:
abde(1+2+4+5)
output:
12
input:
XYZ
output:
75