https://euler.stephan-brumme.com/50/
this is what i have been working on for school
i need to get the primesum of 10
and still testing for primpt
`
///anme
#include <iostream>
#include <cctype>
using namespace std;
int main()
{
char Stop = 'n';
int maxRange = 0;
int primeSum = 0;
do
{
cout << "enter a number for the max";
cin >> maxRange;
while (maxRange <= 0)
{
cout << maxRange << "is not valid input the max range cannot be 0 or lower " << endl;
cin >> maxRange;
}
for (int countPrime = 2; countPrime <= maxRange; countPrime++) {
for (int counterDiv = countPrime * countPrime; countPrime < maxRange; primeSum += counterDiv)
{
if (counterDiv == 0)
{
cout << primeSum;
primeSum += counterDiv;
}
}
}
cout << "current sum: " << primeSum << endl;
cout << "enter answer(y/n):";
cin >> Stop;
primeSum = 0;
}
while (tolower(Stop) == 'y');
}
`
my solution the primitly is still going
Not really.. though its not that simple.. democrats control the house, republicans control the senae... each of these have different roles and generally the senate has more power in more ways than the house.
When talking about a contingent election though things are even more complicated. On the house will vote in a contingent election but they dont vote in the normal way of one person per vote. they vote such that one state gets one vote, and there must be a majority to win.
In the house the number of representatives per state is not fixed. The number of representatives they have is based on the size of the state. So in such a vote the breakdown by numbers would look very different than they do in an ordinary vote.
Stats wise this should interesting people
@freemo @amerika
This what interesting
Michigan, Pennsylvania, and Wisconsin, where Mr Trump won by razor thin margins in 2016, polls show Mr Biden leading by more than five percentage points. The race is closer in the crucial state of Florida.
Some of the closest races, though, are in states that Mr Trump
Cited:https://ig.ft.com/us-election-2020/
I am technoponyde asp.net c# asp.net takenby books aka flower love you flower
qoto dev mastodon dev(not yet)
I have autism:
I am an autistic pony
I love:
mlp
anime
politics
and programming
I hate Facebook sheep people who Facebook moderating groups make them powerful enough to humiliate and behavior free checks!
I love qoto and I am here to stay.