Answer:
Red, Green, and Blue.
Explanation:
These colors make up white light
Answer:
The word gacha is derived from "gachapon", Japanese vending machines that dispense plastic capsules containing toys, which are still hugely popular in Japan today. Gachapon is the satisfying sound the machine makes when a player spins a gacha and receives a toy.
Explanation:
Answer:
// here is code in c++.
// include headers
#include <bits/stdc++.h>
using namespace std;
// main function
int main()
{
// variables
long long int minutes,years,days;
long long int s;
cout<<"please enter the minutes:";
// read the minutes
cin>>minutes;
// make a copy
s=minutes;
// calculate days
days=minutes/1440;
// calculate years
years=days/365;
// calculate remaining days after years
days=days%365;
// print the result
cout<<s<<" minutes is equal to "<<years<<" years "<<days<<" days."<<endl;
return 0;
}
Explanation:
Read the number of minutes from user and assign it to variable "minutes" of long long int type.Make a copy of input minutes.Then calculate total days by dividing the input minutes with 1440, because there is 1440 minutes in a day.Then find the year by dividing days with 365.Then find the remaining days and print the output.
Output:
please enter the minutes:1000000000
1000000000 minutes is equal to 1902 years 214 days.
<h3>

</h3>
Mr. Narendra modi is a prime Minister of Indian.
Explanation:
examples
Area= Side Squared
area =square root of 49cm Squared =Square root of S Squared
A=7cm Squared