<< Prev Showing: 86-90 of 348 Next >>
· 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 ·Arrays are collections of elements of the same type. The elements of the array can be accessed using their position (index) in the array. Arrays may have several dimensions: they can be similar to lists (1-dimension), matrices (2-dimensions), cubes (3-dimensions) etc.
1. The first exercise involves a 1-dimensional array of integers and uses a function that returns the maximum value of the array. The program is not completely defined, the ?? should be replaced with the corresponding expressions in order to get the program work correctly.
Here is the program
#include
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
78983
OTA ID:
103644
This posting contains explaination of outputs for some logic expressions and some C++ Statements.
1. What is the value of the expression (x OR y) AND z if x = true, y = false and z = false? Answer: 2. What is the final value of y after executing the following code: int y = 0; int x = 1; while(x<5) { y = y + 2*x; x = x+1; } Answer: 3. Write the code above using a repeat loop. Answer: 4. Write the code above using a for loop. Answer: 5. What is the final value of x after executing the following code: int x = 10 if (x>10) { x = x * 3; } else { x = 2*x; } Answer: 6. If x = 2 and y = 3 what are the values of the following expressions? a. (x + y * 2)/4 + 4 b. (y - x) * 3 + (x + y) * 2 Answer: 7. How many times does th... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
78992
OTA ID:
105227
Visual Basic 2003 "ONLY". I only have VB 2003 on my PC
I have a mortage calulator (attached) I need to understand how to implement as an personal assignment. I need to know how what and where to open my own MS Visual Basic 2003 (on my own PC) so I and others can see this program and all its functionality. I can open the calculator. However I need to know how to open this file with my own VB.net 2003 software and see all my tolls work. From to code with the nameing convention that exsist in this file I send to you. Do I need to cut and paste or save as. I need to know the process to open my own Visual Basic 2003 and select a file to open to view all entities of VB2003. Please update with todays date within file! I need to do i.e Step on... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
82240
OTA ID:
103997
A workbook can contain more than one worksheet.
A workbook can contain more than one worksheet. Can you give an example of a spreadsheet application where it would be necessary to have more than one worksheet, can you explain how that works?
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
82290
OTA ID:
103992
Part 1 Establish a testing process for your E-commerce business network (any E-commerce business). Describe the steps you will take in the testing process. The following can serve as guidelines: Which software package provides each service? For each service, develop a test to verify that it is working. How will you check whether the tests are valid? Part 2 Describe the steps you have taken for the testing process. Describe in detail your communication plan.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
82349
OTA ID:
104967
<< Prev Showing: 86-90 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-348 ·Page generated in 0.0943 seconds