Answer:
let n = 10;
let sum = 0;
for(i=1; i<=n; i++) {
if ((i%5) && (i%7)) {
sum += i;
}
}
console.log(`Sum 1..${n} excluding 5 and 7 multiples is ${sum}`);
Explanation:
This is in javascript.
example output:
Sum 1..10 excluding 5 and 7 multiples is 33
Answer:
I would 100% make myself a SmartToaster (Trademark Pending)
Explanation:
A simple explanation would be <em>I like toast</em>
Hehehehehehehehehehdurnrjrir
<span>This is called clip art</span>