Write a C# Program to rotate an Array of size 10 in left and right Direction three times Create a Class of ArrayRotate with data member of integer type array of size 10, property of that member, all constructors, destructor, user define displayArray() Method, RotateLeft(int[] arr) Method, RotateRight(int[] arr) Method. Then test the functionality of Class in the Driver Class of RotateArray.
There are 15 students in the class. Students had their mid term result
in INT105 and teacher from CSE domain wants to find the average
marks of the class for course code INT105 and display it. Write a
program using C++ programming language that consists of an class
having name Student containing one integer array data member which
stores the total marks of 15 students and float data member that
calculate the stores average marks to 10 students. Use constructor to
initialize data members and member functions to calculate and display
average marks.
using dev c++ please
(Hardware Inventory) You are the owner of the hardware store and need to keep an inventory that can tell you what different tools you have, how many of each you have on hand and the cost of each one. Write a program that lets you input the data concerning each tool, enables you to list all your tools, lets you delete a record for a tool that you no longer have and lets you update any information in the file. The tool identification number should be the record number. Use the following information to start your file.
RECORD#
TOOL NAME
QUANTITY
COST
3
Electric Sander
7
57.98
17
Hammer
76
11.99
24
Jig Saw
21
11.00
39
Lawn Mower
3
79.50
56
Power Saw
18
99.99
68
Screwdriver
106
6.99
77
Sledge Hammer
11
21.50
83
Wrench
34
7.50
Execute the following program using
(a) Stack Architecture Instruction Set
(b) Accumulator Architecture Instruction Set
(c) General Purpose Register Instruction Set
(d) Using 0 address field
(e) Using 1 address field
(f) Using 2 address field
(g) Using 3 address field
F = R(C+D)-(RA+B)
Suppose DH contains (6B) 16 hexadecimal, AH=(CB) 16 , CF=1, and CL contains 5,
What are the values of DH after the following instructions:
AND DH,AH
RCL DH, CL.
write the Mathlab statement requried to calculate y(t) from the equation of y(t)={-3t2 + 5, t>=0
3t2 +5,t<0
write the mathlab statement required to calculate y(t) from the equation y(t)= -3t2+5
1. Conduct online research of your own for more information about the difference between
an assembly, a namespace, and a type in C#.
2. Create an infographic containing the following information about each concept:
a. A short definition; and
b. An example that would be relevant to somebody that loves birds.
You can use any tool of your choice to create the infographic, but here are some online options to get your
started:
o Visme
o Snappa
Save your infographic as an image, using your surname and student number in the filename.
Required Object Class and Driver Class ,Write a Java program to do the following
a) Read two-dimensional array (3 x3)
b) Find the diagonal elements of the array
Write a Java driven application with the following requirements:
1. Must enter names of students.
2. Enter test 1, 2 and 3 scores for each of my students.
3. Program must calculate the average of each student.
4. Average of each student must appear below their names. ARRAY and MENU implementation should be necessary.