Since expressions become values, we can store calculation results in variables, like here where total contains private + public.
total
private + public
Make sure to pick total, followed by +, and finally public.
+
public