Answer:
#include <bits/stdc++.h>
using namespace std;
int lowestPosition(double elements[],int n)//function to find position of lowest value element.
{
int i,pos;
double min=INT_MAX;
for(i=0;i<n;i++)
{
if(elements[i]<min)
{
min=elements[i];
pos=i;//storing index.
}
}
return pos+1;//returning pos +1 to give the correct position in the array.
}
int main() {
double ele[500];
int n;
cout<<"Enter number of values"<<endl;
cin>>n;
cout<<"Enter elements"<<endl;
for(int i=0;i<n;i++)
{
cin>>ele[i];
}
int pos=lowestPosition(ele,n);//function call.
cout<<"The position of element with minimum value is "<<pos<<endl;
return 0;
}
Output:-
Enter number of values
5
Enter elements
4 6 7 5 1
The position of element with minimum value is 5
Explanation:
I have created a function lowestPosition() with arguments double array and it's size.I have taken a integer variable pos to store the index and after finding minimum and index i am returning pos+1 just to return correct position in the array.
Answer:
Assuming you mean the HTML5 head tag, then this may work for you:
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>My Very Awesome Website</title>
<link href="./css/main.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<h1>Hey look</h1>
<p>This is my awesome website!</p>
<h3>Note</h3>
<p>This website is supposed to be 100% awesome!</p>
</body>
</html>
Broadheads should be kept in a quiver with a cover while traveling to and from the field.
<h3>
What is arrowhead?</h3>
- The head or point of an arrow, which makes up the majority of the projectile's mass and is in charge of striking and piercing targets as well as serving other specific functions such as signaling, is frequently sharpened and hardened.
- The first arrowheads were made of stone and organic materials; as human civilizations advanced, various alloy materials were used.
- Projectile points are a type of arrowhead, which is an important archaeological artifact.
- Modern enthusiasts still make over one million completely new spear and arrow points each year. A skilled craftsperson who makes arrowheads is known as an arrowsmith.
- An arrowhead is a sharpened tip that was used as a hunting tool as well as a weapon during warfare.
To learn more about Broadheads, refer to:
brainly.com/question/1970236
#SPJ4
10 sentence paragraph about George Washington and Abraham Lincoln and no playgiarism
A _node_ is a computer or other electronic device connected to a network.
With the _mesh_ network topology, reliability is the major advantage while high cost is the disadvantage.