Answer:
Algorithm
Start
Int n // To represent the number of array
Input n
Int countsearch = 0
float search
Float [] numbers // To represent an array of non decreasing number
// Input array elements but first Initialise a counter element
Int count = 0, digit
Do
// Check if element to be inserted is the first element
If(count == 0) Then
Input numbers[count]
Else
lbl: Input digit
If(digit > numbers[count-1]) then
numbers[count] = digit
Else
Output "Number must be greater than the previous number"
Goto lbl
Endif
Endif
count = count + 1
While(count<n)
count = 0
// Input element to count
input search
// Begin searching and counting
Do
if(numbers [count] == search)
countsearch = countsearch+1;
End if
While (count < n)
Output count
Program to illustrate the above
// Written in C++
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main()
{
// Variable declaration
float [] numbers;
int n, count;
float num, searchdigit;
cout<<"Number of array elements: ";
cin>> n;
// Enter array element
for(int I = 0; I<n;I++)
{
if(I == 0)
{
cin>>numbers [0]
}
else
{
lbl: cin>>num;
if(num >= numbers [I])
{
numbers [I] = num;
}
else
{
goto lbl;
}
}
// Search for a particular number
int search;
cin>>searchdigit;
for(int I = 0; I<n; I++)
{
if(numbers[I] == searchdigit
search++
}
}
// Print result
cout<<search;
return 0;
}
The area of the figure is 9
Answer:
في الأسبوع الماضي ، اشترى تشين جالونًا من البنزين للغالون الواحد. هذا الأسبوع اشترى جالونًا من البنزين مقابل الدولار للغالونفي الأسبوع الماضي ، اشترى تشين جالونًا من البنزين للغالون الواحد. هذا الأسبوع اشترى جالونًا من البنزين مقابل الدولار للغالونفي الأسبوع الماضي ، اشترى تشين جالونًا من البنزين للغالون الواحد. هذا الأسبوع اشترى جالونًا من البنزين مقابل الدولار للغالون
Step-by-step explanation:
في الأسبوع الماضي ، اشترى تشين جالونًا من البنزين للغالون الواحد. هذا الأسبوع اشترى جالونًا من البنزين مقابل الدولار للغالونفي الأسبوع الماضي ، اشترى تشين جالونًا من البنزين للغالون الواحد. هذا الأسبوع اشترى جالونًا من البنزين مقابل الدولار للغالونفي الأسبوع الماضي ، اشترى تشين جالونًا من البنزين للغالون الواحد. هذا الأسبوع اشترى جالونًا من البنزين مقابل الدولار للغالونفي الأسبوع الماضي ، اشترى تشين جالونًا من البنزين للغالون الواحد. هذا الأسبوع اشترى جالونًا من البنزين مقابل الدولار للغالونفي الأسبوع الماضي ، اشترى تشين جالونًا من البنزين للغالون الواحد. هذا الأسبوع اشترى جالونًا من البنزين مقابل
Answer:
$32,335.38
Step-by-step explanation:
You are going to want to use the compound interest formula, which is shown below.

<em>P = initial balance
</em>
<em>r = interest rate
</em>
<em>n = number of times compounded annually
</em>
<em>t = time</em>
<em />
Now lets plug in the values into the equation:
= 32,335.38
Your answer is $32,335.38
Answer:
y = 3x
Step-by-step explanation:
x is number of cartons of eggs
y is cost
cost increases by 3 for every carton of eggs, so slope is 3
x and y intercepts are zero because there is no cost when there are no eggs
equation: y = 3x