I'm trying to create an inspiration app, which displays random words. it works for alpha characters, but when a word has characters like öäü or &
string Month, Year, Day; Console.Write("\nInsert birth month: "); Month = Console.ReadLine(); if (Month.Equals("null"))
I have same buttons in every page and can be pressed and unpressed, but when change pages in viewpager my buttons become all unpressed.
I am using XCode System Images (SF Symbols) for UITabBarItem Images. I'd like to remove the UITabBarItem Title which I have done. But also move the UITabBarIt
I built a working login/signup interface with a DBUtil class, I attach a pic of my Java classes: Project Setup: Now I want it to load a game, for example a ma
A plot: library(tidyverse) diamonds |> filter(x > 0) |> ggplot(aes(x = x, y = log(price))) + geom_point() Looks like this: The standard devia