Answer:
please mark as brainliest!!
Explanation:
// C++ program to print initials of a name
#include <bits/stdc++.h>
using namespace std;
void printInitials(const string& name)
{
if (name.length() == 0)
return;
// Since touuper() returns int, we do typecasting
cout << (char)toupper(name[0]);
// Traverse rest of the string and print the
// characters after spaces.
for (int i = 1; i < name.length() - 1; i++)
if (name[i] == ' ')
cout << " " << (char)toupper(name[i + 1]);
}
// Driver code
int main()
{
string name = "prabhat kumar singh";
printInitials(name);
return 0;
}
C i think is the ansower hope it helped
Answer: -
Kinetic energy.
Explanation: -
Solids have the least kinetic energy and the highest intermolecular force of attraction among the three states of matter.
When heat energy is supplied to the solid, the kinetic energy of the solid particles increases. At some point, the kinetic energy becomes comparable to the intermolecular force of attraction. At that point solids change into liquids.
When further heat energy is given, at certain point the kinetic energy becomes far greater than the intermolecular forces of attraction. At that point it becomes gas.
Answer:
20 grams
Explanation:
40g= 300
x = 150
cross multiply, 40*150/300
6000/300= 20g