diff --git a/content/events/2023-2024/2024-01-25-ai-talk.md b/content/events/2023-2024/2024-01-25-ai-talk.md index e651c6b48..ccd555cd5 100644 --- a/content/events/2023-2024/2024-01-25-ai-talk.md +++ b/content/events/2023-2024/2024-01-25-ai-talk.md @@ -20,51 +20,4 @@ tags: Click [here](/pdfs/2023-2024/Safeguarding-Tomorrow-The-Critical-Role-of-AI-Safety.pdf) to view the slides. ## Recording -Click [here]() to view recordings - - - - - - - -Customer richestCustomer = Customers[0]; -for (int i = 1; i < Customers.Length; i++) -{ - if (Customers[i].TotalPurchases > richestCustomer.TotalPurchases) - { - richestCustomer = Customers[i]; - } -} -return richestCustomer; - -//walmart.rob(walmart.customers[11]); -public getAge() -public getName() -public getMoney() - -class Store{ - //attributes - //pretty sure static makes all store objects share the same LATEST_ID value - static int LATEST_ID; - - //methods - addCustomer(){ - //create new customer object - //set customer's rewardsID to LATEST_ID - new customer.setRewardsID(LATEST_ID); - //increment LATEST_ID - LATEST_ID++; - - } -} - -class Customer{ - //attributes - private rewardsID; - //methods - public setRewardsID(){ - //set rewardsID to LATEST_ID - //increment LATEST_ID - } -} \ No newline at end of file +Click [here]() to view recordings \ No newline at end of file