Answer:
Without Recursives
// Program is written using C++
// Comments are used for explanatory purpose
int main()
{
// Declare integer number, n
int n;
cout<<"Enter number of starts to print"
cin>>n;
// Iterate through to print * pattern
for(i=n; i>0;i--)
{
for(j=n; i>j-1;j--)
{
cout<<"*";
}
cout<"\n";
}
for(i=0; i< n; i++)
{
for(j=0;j<=i;j++)
{
cout<<"*";;
}
cout<"\n";
}
return 0;
}
Using Recursive
#include <iostream>
using namespace std;
void printStars(int lines);
int main()
{
// prompt the user to enter a number
int lines;
cin>> lines;
printStars(int lines);
return 0;
}
void printStars(int lines)
{
if (lines < 1)
return;
// to print the stars of a particular row
if (i <= lines)
{
cout << "* ";
// recursively print rest of the stars
// of the row
printPatternRecur(lines, i + 1);
}
else
{
// change line
cout << endl;
// print stars
printPatternRecur(lines-1, 1);
}
}
Answer:
Yes, this is completely independent.
Explanation:
Yes, this is completely independent. Even though there are no South American individuals that are majoring in biomedical engineering in this party it is still a completely independent factor. The origin of birth of an individual does not tie them to a specific degree or field of expertise, therefore a South American individual can study anything they want including mechanical engineering, electrical engineering, or biomedical engineering.
As of Jan 29, 2021, the average annual pay for a Biomedical Engineer in the United States is $90,618 a year.
Answer:

Explanation:
=10°C,
=93.33°C
Q=500 btu=527.58 KJ

If we assume that air is ideal gas PV=mRT, ΔU=
Actually this is closed system so work will be zero.
Now fro first law
Q=ΔU=
+W
⇒Q=
527.58 =
m=4.9kg
PV=mRT

(
)

Answer:
i dont agree with mai because they were both going 1cm per second
Explanation:
3÷3=1
6÷6=1
they both are difrent numbers but equal the same thing