Create a program that Deploy devices using packet tracer
Create a c# program that determine the IP address configuration of a computer
import java.io.BufferedReader;
2 import java.io.InputStreamReader;
▾ class Main {
T public static void main(String args[]) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader (System.in)); // read the name from the input
String input_from_question br.readLine();
//Write your answer here
// print the Output
System.out.println(input_from_question);
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
max points on your card:
input:
2
3
CA D9 H8
3
SJ SQ S8
OUTPUT:
11
28
pager:
input:
abde(1+2+4+5)
output:
12
input:
XYZ
output:
75
by CodeChum Admin
The only constant thing in the world is change. That’s why we need to call the toupper() function to change what we already have into a better version.
Instructions:
Input
1. Letter to be updated
Construct a LCS table for Input1=’Student name’ and Input2=’Hometown’. Also find the Length of LCS and Actual LCS. Construct LCS for both scenarios given below.
a). Take Input1—Vertical and Input2—Horizontal
b). Take Input2—Vertical and Input1—Horizontal