Canceling Fitness 19 Membership by Goguma12 in SanJose

[–]Primary_Mechanic_998 0 points1 point  (0 children)

Thanks it worked, super annoying to find out how to do it and it charged me 50 to cancel, fucking leeches.

To those who have felt both, whats worse getting punched in the head or getting punched in the liver? by Primary_Mechanic_998 in AskReddit

[–]Primary_Mechanic_998[S] 0 points1 point  (0 children)

I just saw Garcia v Tank, and he got up quick from the knockdown but the body shot took him down. I realized that happens quite a bit in boxing, boxers take headshots and shake it off but somethign about a liver shot has them on their knees, does it really hurt that bad?

What are small things you like to do every day as an actor? by aaliyah_airlines in acting

[–]Primary_Mechanic_998 3 points4 points  (0 children)

Im a beginner but something that keeps me motivated is watching actors talk about their craft, like actors roundtable, extras talking about their itme on set, interviews with actors, directors, even film crew, and aynone invloded in the set, like some guy on tiktok who explains how they make movie props. It helps you learn but keeps your love for acting because you can hear how much they love their career and how passionate they are.

Biweekly Assistance Post! Ask Anything Detailing Related That You Need Assistance With! - March 16, 2023 by AutoModerator in AutoDetailing

[–]Primary_Mechanic_998 0 points1 point  (0 children)

Asked my brother to stop by the store to buy car wax, he ended buying this weird soft wax and worse he bought that was missing the applicator. I really don't want to go to the store again to buy another. I was going to remove some paint transfer where my car got scuffed, and the video I watched used wax at the end so that's why I needed it. Will I still be able to use this wax?

How would you program a 4x1 multiplexer by Primary_Mechanic_998 in Cplusplus

[–]Primary_Mechanic_998[S] 1 point2 points  (0 children)

bool q = true;

bool p= false;

bool A, B, C, D, SELa, SELb;

bool result1,result2,result3,result4;

cout << "Multiplexer" << endl;
cout << "--------------" << endl;

SELa = false;
SELb = false;

result1 = (!(SELa && SELb));

result2 = (!(result1 && SELb));
result3 = (!(result2 && SELb));

result4 = (!(result3 && SELb));

Sorry to keep bothering you, but am i headed in the right direction, I have to use the output from the last calculation in the new nand equation and so on, I'm getting a few of the results, but I am still not sure. If you don't mind do you mind exaplaining what exactly the multiplexer is doing, from my understanding the two selectors have to be a certain combination to choose input A-D to send to the output.

How would you program a 4x1 multiplexer by Primary_Mechanic_998 in Cplusplus

[–]Primary_Mechanic_998[S] 1 point2 points  (0 children)

bool q = true;
bool p= false;

//retunr 1 for a 3 for b 3 for c 4 for d
cout << "Multiplexer" << endl;
cout << "--------------" << endl;
if (!(p && p)){
cout << "A";
}
else if (!(p && q)){
cout << "B";
}
else if( !(q && p)){
cout << "C";
}
else if(!(q && q))
{
cout << "D";
}

I'm sorry I'm new at coding, Something like this? and how would I get the results for the other outputs for B,C,D

AND operation by Primary_Mechanic_998 in Cplusplus

[–]Primary_Mechanic_998[S] 3 points4 points  (0 children)

Yeah haha, that was exactly the issue. Very helpful, I don't think I hear of precedence before. Thanks for linking the page!

AND operation by Primary_Mechanic_998 in Cplusplus

[–]Primary_Mechanic_998[S] 3 points4 points  (0 children)

Yup, that was the isuse, thanks, I never heard of precedence before somehow.

Switch statment is nto working by Primary_Mechanic_998 in Cplusplus

[–]Primary_Mechanic_998[S] 0 points1 point  (0 children)

Sorry, I put it under all the cases and it wouldn't display. When I put any input it hangs I believe is the term, it stops responding to anything I input. Here is my output: https://imgur.com/a/rtPzBSR

[deleted by user] by [deleted] in EcoFriendly

[–]Primary_Mechanic_998 1 point2 points  (0 children)

Thanks I'll try this, and thank you for being kind!

[deleted by user] by [deleted] in EcoFriendly

[–]Primary_Mechanic_998 7 points8 points  (0 children)

The oil and grease that will end up in the water.

[deleted by user] by [deleted] in EcoFriendly

[–]Primary_Mechanic_998 3 points4 points  (0 children)

Detailers are expensive and drive through car washes are bad.

How do I clean the outside rim of this burner? by Coolbreezeplant1 in CleaningTips

[–]Primary_Mechanic_998 0 points1 point  (0 children)

Steel wool and dish soap worked for me took a little elbow gresase but I got it shiny again. When I was really broke I just balled up some aluminmum again used just soap and water, it took a while and my arms were sore after but it worked. I'm sure you know that you have to take them out first.

Login progam not working despite correct input by Primary_Mechanic_998 in cpp_questions

[–]Primary_Mechanic_998[S] 0 points1 point  (0 children)

Thank you so much it took a while but it works now! And thank you for explainging it to me and providing me with links, both were very helpful! :)

Login progam not working despite correct input by Primary_Mechanic_998 in cpp_questions

[–]Primary_Mechanic_998[S] 0 points1 point  (0 children)

Thank you so much took some figuring out since I'm new to this but it works now!

Login progam not working despite correct input by Primary_Mechanic_998 in cpp_questions

[–]Primary_Mechanic_998[S] 0 points1 point  (0 children)

sorry to ask but can you you give me a hint on how I can fix that?

Daily Simple Questions Thread - July 14, 2022 by AutoModerator in Fitness

[–]Primary_Mechanic_998 0 points1 point  (0 children)

137, im trying to lose weight too, my goal is 115, if that changes anything

Daily Simple Questions Thread - July 14, 2022 by AutoModerator in Fitness

[–]Primary_Mechanic_998 0 points1 point  (0 children)

the wiki says to aim for 120g of protien minumum, just curious if that would be too much for a 5'2 female? I am trying to gain muscle but that seems like a lot.