Answer:
B.
Explanation:
If you are trying to save an existing document you would use the save command and you will be prompted if you want to rename it to what ever you wish
Hope this helps :)
Answer:
if you could capture another image of this work bc I cant make out some words I can barley make out words
Answer:
see explaination
Explanation:
#include<iostream>
#include<iomanip>
using namespace std;
int main()
{
double temp1,temp2,inc,cel;
int i=1;
while(i==1)
{
i=0;
cin>>temp1>>temp2>>inc;
if(temp2<temp1||inc<=0)
{
i=1;
cout<<"Starting temperature must be <= ending temperature and increment must be >0.0\n";
}
}
cout<<endl;
cout<<setw(15)<<"Fahrenheit"<<setw(15)<<"Celsius";
while(temp1<=temp2)
{
cel=(temp1-32)/1.8;
cout<<endl;
cout<<fixed<<setprecision(3)<<setw(15)<<temp1<<setw(15)<<cel;
temp1+=inc;
}
}
Please kindly check attachment for output.
Answer:
La programación procedimental o programación por procedimientos es un paradigma de la programación. Muchas veces es aplicable tanto en lenguajes de programación de bajo nivel como en lenguajes de alto nivel.
Explanation:
espero y te sirva
The correlation that is obtained when the pearson correlation is computed for data that have been converted to ranks is option A) The Spearman correlation.
<h3>What is Spearman correlation used for?</h3>
Spearman's correlation is known to be one that tends to look into or measures the strength and way of monotonic relationship between two variables.
It is one that is a nonparametric measure that is often known to be rank correlation and it tends to examine how well the association between two variables can be said to using a monotonic function.
Hence, The correlation that is obtained when the pearson correlation is computed for data that have been converted to ranks is option A) The Spearman correlation.
Learn more about correlation from
brainly.com/question/12479370
#SPJ4
See full question below
) What correlation is obtained when the Pearson correlation is computed for data that have been converted to ranks?
A) The Spearman correlation
B) The point-biserial correlation
C) The phi coefficient
D) It is still called a Pearson correlation