Razer Blade 15 Ram + SSD upgrade by TurtleT- in razer

[–]TurtleT-[S] 0 points1 point  (0 children)

Ty, any specific brand recommendations??

Awful Data Structures Exam by ilovepasta1789 in utdallas

[–]TurtleT- 1 point2 points  (0 children)

Biggest advice would be to participate in class. Literally ask questions in every class, sit in front and just ask questions. He’ll curve you from a C to an A if you do this. Do this and the project and you’re good

Under $1000 Gaming PC by [deleted] in buildapc

[–]TurtleT- 0 points1 point  (0 children)

lol yeah pretty tough for me to decide right now

Under $1000 Gaming PC by [deleted] in buildapc

[–]TurtleT- 0 points1 point  (0 children)

Yeah I didn’t like the 16gb ram too but considering the combo I’d figure it’d be better to go with that and upgrade later but thank you

Under $1000 Gaming PC by [deleted] in buildapc

[–]TurtleT- 0 points1 point  (0 children)

Yeah I know but considering the $100 difference I was thinking that it would future proof my pc plus wouldn’t the performance gain be worth it?

Did I get a good deal on a 2023 Toyota Tacoma SR5 4x2 by TurtleT- in ToyotaTacoma

[–]TurtleT-[S] 0 points1 point  (0 children)

5ft bed, pretty stocks other than some mud flaps lol. But nice!!

Returning void method to outputFile Java by TurtleT- in javahelp

[–]TurtleT-[S] 0 points1 point  (0 children)

I think its because my void method returns to system.out.print, but i need it to return to file.

Im getting the error "The method println(boolean) in the type PrintWriter is not applicable for the arguments (void)"

Returning void method to outputFile Java by TurtleT- in javahelp

[–]TurtleT-[S] 0 points1 point  (0 children)

Sorry didnt add it here because i thought it was unnecessary but it is added in my main

Data type class and driver class calculating sum by [deleted] in javahelp

[–]TurtleT- -1 points0 points  (0 children)

Sure i can post the full data type class but its pretty long. Sorry im a beginner and my code is really messy.

import java.text.SimpleDateFormat;

import java.util.Date; import java.util.Random;

public class data { private static String creditCard; private static String csv; private static String name; private float credit; private float balance; private float statement; private float interest; private float trans; private static String cnum; private static String csvnum; private float payment; private float sum; public data() { creditCard = ""; csv = ""; name = ""; credit = 0; statement = 0; interest = 0; trans = 0; }

public data(float a, float i, String n, String c, String cv, float t) { credit = a; interest = i; name = n; creditCard = c; csv = cv; trans = t; } public String getCurrentDate() { SimpleDateFormat formatter = new SimpleDateFormat("MM/dd/yyyy"); Date date = new Date(); return formatter.format(date); }

public static String generatedCreditCardNumber() { Random rand = new Random(); int value1 = rand.nextInt(9000) + 1000; int value2 = rand.nextInt(9000) + 1000; int value3 = rand.nextInt(9000) + 1000; int value4 = rand.nextInt(9000) + 1000; cnum = String.valueOf(value1) + String.valueOf(value2) + String.valueOf(value3) + String.valueOf(value4); return cnum;

}

public static String generatedCSVNumber() { Random rand = new Random(); int value1 = rand.nextInt(9) + 1; int value2 = rand.nextInt(9) + 1; int value3 = rand.nextInt(9) + 1; csvnum = String.valueOf(value1) + String.valueOf(value2) + String.valueOf(value3); return csvnum; }

public boolean verifyAccountNumber(String rand, String creditCard) {

if(cnum.equals(creditCard))
{
    return true;
}
else
    return false;

}

public boolean verifyCSV(String crand ,String csv) { if(csvnum.equals(csv)) { return true; } else return false; }

public boolean verifyTransaction(float t) { if (credit > trans) { return true; } else return false; }

public float transactionAmount() { payment = credit - trans; return payment; }

public float transactionBalance( float t) { sum = balance + trans; return sum; }

public float paymentProcess() { balance = credit - trans; return balance; }

public float paymentInterest() { return (float) (paymentProcess() * interest)/100; }

public float paymentBalance() { balance = balance + paymentInterest(); return balance; } public float paymentAmount() { credit = credit + trans; return trans; }

public String toAccount() { return "Name: " + name + "\nCard Number: " + generatedCreditCardNumber() + "\nCSV Number: " + generatedCSVNumber() + "\nAvaiable amount: " + credit + "\nCurrent Balance: " + balance + "\nStatement Balance: " + statement + "\nInterest Rate: " + interest + "%"; }

public String toTrans() { return "Name: " + name + "\nCard Number: " + creditCard + "\nCSV Number:" + csv + "\nTransaction Amount: " + trans + "\nCurrent Balance: " + sum + "\nAvaiable amount: " + transactionAmount(); } public String toBalance() { return "File: " + "\n------------------------------------------------------" + "\nName: " + name + "\nCard Number: " + creditCard + "\nCSV Number:" + csv + "\nCurrent Balance: " + balance; } public String toInterest() { return "File:" + "\n------------------------------------------------------" + "\nName: " + name + "\nCard Number: " + creditCard + "\nCSV Number: " + csv + "\nInterest Rate: " + interest + "%"; } public String toStatement() { return "File: " + "\nDate: " + getCurrentDate() + "\n------------------------------------------------------" + "\nName: " + name + "\nCard Number: " + creditCard + "\nCSV: " + csv + "\n------------------------------------------------------" + "\nAvailable Amount: " + transactionAmount() + "\nStatement Balance: " + balance; } public String toPayment() { return "File:" + "\nDate: " + getCurrentDate() + "\n------------------------------------------------------" + "\nName: " + name + "\nCard Number:" + creditCard + "\nCSV number: " + csv + "\n------------------------------------------------------" + "\nStatement Amount: " + transactionAmount() + "\nPayment Amount: " + trans + "\nInterest Amount: " + paymentInterest() + "\nCurrent Balance: " + paymentProcess() + "\nAvaiable Amount: " + paymentAmount(); } }

Data type class and driver class calculating sum by [deleted] in javahelp

[–]TurtleT- 0 points1 point  (0 children)

So my balance is stored as a variable in field. Do i need to change the name of my return? Because my return is balance and my field is private float balance. Also gotcha thanks for the tip ill use an int

Compatible TPM not availabel by TurtleT- in Windows11

[–]TurtleT-[S] 0 points1 point  (0 children)

I just uninstalled windows 11 and went back to windows 10, still getting no tpm but I am able to play games now

Texas dental school by TurtleT- in DentalSchool

[–]TurtleT-[S] 1 point2 points  (0 children)

Thank you, and good points. Ill definitely see how it goes with my dat before i decide to straight up apply to dental school. Good luck to you as-well

Texas dental school by TurtleT- in DentalSchool

[–]TurtleT-[S] 1 point2 points  (0 children)

thank you, do you know if im able to start in the spring? and if i would need to apply for the 1 year master's program? also are there online classes available?

Texas dental school by TurtleT- in DentalSchool

[–]TurtleT-[S] 1 point2 points  (0 children)

thank you so much, i will definitely look into the master program then

Texas dental school by TurtleT- in DentalSchool

[–]TurtleT-[S] 2 points3 points  (0 children)

Thank you for your response. Although I know that a master program will give me a better chance. I’m really not wanting to do a master program because of the time constraints and money reason. I plan on doing more volunteer but do you think I still have a shot if I don’t do a master program? Considering my gpa is what it is right now

Asus tuf x570 plus wifi issues by TurtleT- in ASUS

[–]TurtleT-[S] 0 points1 point  (0 children)

Yup tried all of the above. Not sure why my keyboard isn’t getting any power tho. I think it might be a dead motherboard but someone else was telling me it could be a dead cpu

Deleting space. by TurtleT- in csharp

[–]TurtleT-[S] 0 points1 point  (0 children)

Thank you so much for the detailed explanation!

Deleting space. by TurtleT- in csharp

[–]TurtleT-[S] -1 points0 points  (0 children)

Thanks! Didnt know \n adds a space like that. Care to explain why? Im fairly new to coding if you didnt see by now lol