If I know, for example, the sizes of A2 format, how do I get the measurements of format A1?
I thought it was the double size of A2, but instead of 594x840, the sizes are 594x841...
Simple Program for Inline Function Algorithm/Steps:
Step 1: Start the program.
Step 2: Declare the class.
Step 3: Declare and define the inline function for multiplication and cube.
Step 4: Declare the class object and variables.
Step 5: Read two values.
Step 6: Call the multiplication and ...
Debug the following program carefully and show what will be the output of the following code?
#include<iostream>
using namespace std;
class Example {
public:
void ~Example()
...
Solve the following arry with counting sort and show how many comparisons will be made to sort the array using counting sort?
Given array={1,5,3,8,2}
a) 5
b) 7
c) 9
d) 0
[Solve it and post the pic as your answer]
মনে করো তুমি একটা রুমে আছো যেখান থেকে বের হবার পাস কোড পাবে একটা কাজ করলে আর সেটা হল রুমের উচ্চতা। ওই রুম এর উচ্চতা যত ফুট সেটাই হল পাস কোড। আর এই কাজ করার জন্যে তোমার কাছে আছে একটা ...
There are several model for software development, such as:
Water-fall Model
V Model
Incremental Model
Agile Model
But, i want to know which is the best and why it's best from others ?